Class: Telnyx::Models::NotificationSetting
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::NotificationSetting
- Defined in:
- lib/telnyx/models/notification_setting.rb
Overview
Direct Known Subclasses
Defined Under Namespace
Modules: Status Classes: Parameter
Instance Attribute Summary collapse
-
#notification_channel_id ⇒ String?
A UUID reference to the associated Notification Channel.
-
#notification_event_condition_id ⇒ String?
A UUID reference to the associated Notification Event Condition.
-
#notification_profile_id ⇒ String?
A UUID reference to the associated Notification Profile.
- #parameters ⇒ Array<Telnyx::Models::NotificationSetting::Parameter>?
Instance Method Summary collapse
- #initialize(name: nil, value: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(name: nil, value: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/notification_setting.rb', line 98
|
Instance Attribute Details
#notification_channel_id ⇒ String?
A UUID reference to the associated Notification Channel.
11 |
# File 'lib/telnyx/models/notification_setting.rb', line 11 optional :notification_channel_id, String |
#notification_event_condition_id ⇒ String?
A UUID reference to the associated Notification Event Condition.
17 |
# File 'lib/telnyx/models/notification_setting.rb', line 17 optional :notification_event_condition_id, String |
#notification_profile_id ⇒ String?
A UUID reference to the associated Notification Profile.
23 |
# File 'lib/telnyx/models/notification_setting.rb', line 23 optional :notification_profile_id, String |
#parameters ⇒ Array<Telnyx::Models::NotificationSetting::Parameter>?
28 |
# File 'lib/telnyx/models/notification_setting.rb', line 28 optional :parameters, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::NotificationSetting::Parameter] } |