| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| comments | Array<APIComment> |
require 'fastcomments-client'
instance = FastCommentsClient::APIGetCommentsResponse.new(
status: null,
comments: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| comments | Array<APIComment> |
require 'fastcomments-client'
instance = FastCommentsClient::APIGetCommentsResponse.new(
status: null,
comments: null
)