Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

File metadata and controls

20 lines (14 loc) · 406 Bytes

FastCommentsClient::ModerationCommentSearchResponse

Properties

Name Type Description Notes
comment_count Integer
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationCommentSearchResponse.new(
  comment_count: null,
  status: null
)