Class: Trycourier::Models::NotificationGetContent
Overview
Defined Under Namespace
Classes: Block, Channel
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(children: nil, parent: nil) ⇒ Object
|
# File 'lib/trycourier/models/notification_get_content.rb', line 144
|
Instance Attribute Details
10
11
12
|
# File 'lib/trycourier/models/notification_get_content.rb', line 10
optional :blocks,
-> { Trycourier::Internal::Type::ArrayOf[Trycourier::NotificationGetContent::Block] },
nil?: true
|
17
18
19
|
# File 'lib/trycourier/models/notification_get_content.rb', line 17
optional :channels,
-> { Trycourier::Internal::Type::ArrayOf[Trycourier::NotificationGetContent::Channel] },
nil?: true
|
#checksum ⇒ String?
24
|
# File 'lib/trycourier/models/notification_get_content.rb', line 24
optional :checksum, String, nil?: true
|
Class Method Details
|
# File 'lib/trycourier/models/notification_get_content.rb', line 149
|