Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1004 Bytes

File metadata and controls

36 lines (30 loc) · 1004 Bytes

FastCommentsClient::FlagComment200Response

Properties

Name Type Description Notes
status_code Integer [optional]
status APIStatus
code String
reason String
was_unapproved Boolean [optional]
secondary_code String [optional]
banned_until Integer [optional]
max_character_length Integer [optional]
translated_error String [optional]
custom_config CustomConfigParameters [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::FlagComment200Response.new(
  status_code: null,
  status: null,
  code: null,
  reason: null,
  was_unapproved: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)