Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 983 Bytes

File metadata and controls

36 lines (30 loc) · 983 Bytes

FastCommentsClient::ReactFeedPostPublic200Response

Properties

Name Type Description Notes
status APIStatus
react_type String
is_undo Boolean
reason String
code String
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::ReactFeedPostPublic200Response.new(
  status: null,
  react_type: null,
  is_undo: null,
  reason: null,
  code: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)