Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.17 KB

File metadata and controls

38 lines (32 loc) · 1.17 KB

FastCommentsClient::GetVotesForUser200Response

Properties

Name Type Description Notes
status APIStatus
applied_authorized_votes Array<PublicVote>
applied_anonymous_votes Array<PublicVote>
pending_votes Array<PublicVote>
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::GetVotesForUser200Response.new(
  status: null,
  applied_authorized_votes: null,
  applied_anonymous_votes: null,
  pending_votes: null,
  reason: null,
  code: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)