| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| notification_type | Object | ||
| user_id | String | ||
| user_id_ws | String | ||
| notification_counts | Array<NotificationAndCount> | ||
| account_notifications | Array<HeaderAccountNotification> |
require 'fastcomments-client'
instance = FastCommentsClient::HeaderState.new(
status: null,
notification_type: null,
user_id: null,
user_id_ws: null,
notification_counts: null,
account_notifications: null
)