Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 950 Bytes

File metadata and controls

34 lines (28 loc) · 950 Bytes

FastCommentsClient::GetModerators200Response

Properties

Name Type Description Notes
status APIStatus
moderators Array<Moderator>
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::GetModerators200Response.new(
  status: null,
  moderators: null,
  reason: null,
  code: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)