Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

File metadata and controls

20 lines (14 loc) · 455 Bytes

FastCommentsClient::ModerationAPIChildCommentsResponse

Properties

Name Type Description Notes
comments Array<ModerationAPIComment>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationAPIChildCommentsResponse.new(
  comments: null,
  status: null
)