Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 726 Bytes

File metadata and controls

26 lines (20 loc) · 726 Bytes

FastCommentsClient::GetMyNotificationsResponse

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

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetMyNotificationsResponse.new(
  translations: null,
  is_subscribed: null,
  has_more: null,
  notifications: null,
  status: null
)