Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 581 Bytes

File metadata and controls

26 lines (20 loc) · 581 Bytes

FastCommentsClient::FlagCommentResponse

Properties

Name Type Description Notes
status_code Integer [optional]
status APIStatus
code String [optional]
reason String [optional]
was_unapproved Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::FlagCommentResponse.new(
  status_code: null,
  status: null,
  code: null,
  reason: null,
  was_unapproved: null
)