Class: Telnyx::Models::Porting::PortingEventWithoutWebhook
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::PortingEventWithoutWebhook
- Defined in:
- lib/telnyx/models/porting/porting_event_without_webhook.rb
Defined Under Namespace
Modules: AvailableNotificationMethod, EventType, PayloadStatus
Instance Attribute Summary collapse
-
#available_notification_methods ⇒ Array<Symbol, Telnyx::Models::Porting::PortingEventWithoutWebhook::AvailableNotificationMethod>?
Indicates the notification methods used.
-
#created_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was created.
-
#event_type ⇒ Symbol, ...
Identifies the event type.
-
#id ⇒ String?
Uniquely identifies the event.
- #payload ⇒ nil
-
#payload_status ⇒ Symbol, ...
The status of the payload generation.
-
#porting_order_id ⇒ String?
Identifies the porting order associated with the event.
-
#updated_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was updated.
Class Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#available_notification_methods ⇒ Array<Symbol, Telnyx::Models::Porting::PortingEventWithoutWebhook::AvailableNotificationMethod>?
Indicates the notification methods used.
17 18 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 17 optional :available_notification_methods, -> { Telnyx::Internal::Type::ArrayOf[enum: Telnyx::Porting::PortingEventWithoutWebhook::AvailableNotificationMethod] } |
#created_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was created.
24 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 24 optional :created_at, Time |
#event_type ⇒ Symbol, ...
Identifies the event type
30 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 30 optional :event_type, enum: -> { Telnyx::Porting::PortingEventWithoutWebhook::EventType } |
#id ⇒ String?
Uniquely identifies the event.
11 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 11 optional :id, String |
#payload ⇒ nil
35 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 35 optional :payload, NilClass |
#payload_status ⇒ Symbol, ...
The status of the payload generation.
41 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 41 optional :payload_status, enum: -> { Telnyx::Porting::PortingEventWithoutWebhook::PayloadStatus } |
#porting_order_id ⇒ String?
Identifies the porting order associated with the event.
47 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 47 optional :porting_order_id, String |
#updated_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was updated.
53 |
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 53 optional :updated_at, Time |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/porting/porting_event_without_webhook.rb', line 89
|