Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 459 Bytes

File metadata and controls

22 lines (16 loc) · 459 Bytes

FastCommentsClient::ModerationAPIGetCommentIdsResponse

Properties

Name Type Description Notes
ids Array<String>
has_more Boolean
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationAPIGetCommentIdsResponse.new(
  ids: null,
  has_more: null,
  status: null
)