Skip to content

Latest commit

 

History

History
78 lines (72 loc) · 2.59 KB

File metadata and controls

78 lines (72 loc) · 2.59 KB

FastCommentsClient::GetCommentsPublic200Response

Properties

Name Type Description Notes
status_code Integer [optional]
status APIStatus
code String
reason String
translated_warning String [optional]
comments Array<PublicComment>
user UserSessionInfo
url_id_clean String [optional]
last_gen_date Integer [optional]
includes_past_pages Boolean [optional]
is_demo Boolean [optional]
comment_count Integer [optional]
is_site_admin Boolean [optional]
has_billing_issue Boolean [optional]
module_data Hash<String, Object> Construct a type with a set of properties K of type T [optional]
page_number Integer
is_white_labeled Boolean [optional]
is_prod Boolean [optional]
is_crawler Boolean [optional]
notification_count Integer [optional]
has_more Boolean [optional]
is_closed Boolean [optional]
presence_poll_state Integer [optional]
custom_config CustomConfigParameters [optional]
url_id_ws String [optional]
user_id_ws String [optional]
tenant_id_ws String [optional]
secondary_code String [optional]
banned_until Integer [optional]
max_character_length Integer [optional]
translated_error String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetCommentsPublic200Response.new(
  status_code: null,
  status: null,
  code: null,
  reason: null,
  translated_warning: null,
  comments: null,
  user: null,
  url_id_clean: null,
  last_gen_date: null,
  includes_past_pages: null,
  is_demo: null,
  comment_count: null,
  is_site_admin: null,
  has_billing_issue: null,
  module_data: null,
  page_number: null,
  is_white_labeled: null,
  is_prod: null,
  is_crawler: null,
  notification_count: null,
  has_more: null,
  is_closed: null,
  presence_poll_state: null,
  custom_config: null,
  url_id_ws: null,
  user_id_ws: null,
  tenant_id_ws: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null
)