Class: Fizzy::Types::BulkReadNotificationsRequestContent

Inherits:
Data
  • Object
show all
Defined in:
lib/fizzy/generated/types.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#notification_idsObject (readonly)

Returns the value of attribute notification_ids

Returns:

  • (Object)

    the current value of notification_ids



207
208
209
# File 'lib/fizzy/generated/types.rb', line 207

def notification_ids
  @notification_ids
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



209
210
211
212
213
# File 'lib/fizzy/generated/types.rb', line 209

def self.from_json(data)
  new(
    notification_ids: data["notification_ids"]
  )
end