Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.24 KB

File metadata and controls

40 lines (34 loc) · 1.24 KB

FastCommentsClient::GetUserNotifications200Response

Properties

Name Type Description Notes
translations Hash<String, String> Construct a type with a set of properties K of type T [optional]
is_subscribed Boolean
has_more Boolean
notifications Array<RenderableUserNotification>
status APIStatus
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::GetUserNotifications200Response.new(
  translations: null,
  is_subscribed: null,
  has_more: null,
  notifications: null,
  status: null,
  reason: null,
  code: null,
  secondary_code: null,
  banned_until: null,
  max_character_length: null,
  translated_error: null,
  custom_config: null
)