| 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 |
require 'fastcomments-client'
instance = FastCommentsClient::GetMyNotificationsResponse.new(
translations: null,
is_subscribed: null,
has_more: null,
notifications: null,
status: null
)