Class: Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload
- Defined in:
- lib/telnyx/models/porting/event_retrieve_response.rb
Defined Under Namespace
Modules: AvailableNotificationMethod, EventType, PayloadStatus Classes: Payload
Instance Attribute Summary collapse
-
#available_notification_methods ⇒ Array<Symbol, Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::AvailableNotificationMethod>?
Indicates the notification methods used.
-
#event_type ⇒ Symbol, ...
Identifies the event type.
-
#id ⇒ String?
Uniquely identifies the event.
- #payload ⇒ Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::Payload?
-
#payload_status ⇒ Symbol, ...
The status of the payload generation.
-
#porting_order_id ⇒ String?
Identifies the porting order associated with the event.
Class Method Summary collapse
Instance Method Summary collapse
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(id: nil, created_at: nil, customer_reference: nil, deleted_at: nil, record_type: nil, updated_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 160
|
Instance Attribute Details
#available_notification_methods ⇒ Array<Symbol, Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::AvailableNotificationMethod>?
Indicates the notification methods used.
45 46 47 48 49 50 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 45 optional :available_notification_methods, -> do Telnyx::Internal::Type::ArrayOf[ enum: Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::AvailableNotificationMethod ] end |
#event_type ⇒ Symbol, ...
Identifies the event type
56 57 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 56 optional :event_type, enum: -> { Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::EventType } |
#id ⇒ String?
Uniquely identifies the event.
39 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 39 optional :id, String |
#payload ⇒ Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::Payload?
62 63 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 62 optional :payload, -> { Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::Payload } |
#payload_status ⇒ Symbol, ...
The status of the payload generation.
69 70 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 69 optional :payload_status, enum: -> { Telnyx::Models::Porting::EventRetrieveResponse::Data::PortingEventDeletedPayload::PayloadStatus } |
#porting_order_id ⇒ String?
Identifies the porting order associated with the event.
76 |
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 76 optional :porting_order_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/porting/event_retrieve_response.rb', line 98
|