Class: Fizzy::Types::BulkReadNotificationsRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::BulkReadNotificationsRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#notification_ids ⇒ Object
readonly
Returns the value of attribute notification_ids.
Class Method Summary collapse
Instance Attribute Details
#notification_ids ⇒ Object (readonly)
Returns the value of attribute 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
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 |