| Name | Type | Description | Notes |
|---|---|---|---|
| ids | Array<String> | ||
| has_more | Boolean | ||
| status | APIStatus |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationAPIGetCommentIdsResponse.new(
ids: null,
has_more: null,
status: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| ids | Array<String> | ||
| has_more | Boolean | ||
| status | APIStatus |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationAPIGetCommentIdsResponse.new(
ids: null,
has_more: null,
status: null
)