Class: Telnyx::Models::Messaging::RcInviteTestNumberResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Messaging::RcInviteTestNumberResponse::Data
- Defined in:
- lib/telnyx/models/messaging/rc_invite_test_number_response.rb
Overview
Defined Under Namespace
Modules: RecordType
Instance Attribute Summary collapse
-
#agent_id ⇒ String?
RCS agent ID.
-
#phone_number ⇒ String?
Phone number that was invited for testing.
-
#record_type ⇒ Symbol, ...
Identifies the type of the resource.
-
#status ⇒ String?
Status of the test number invitation.
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(agent_id: nil, phone_number: nil, record_type: nil, status: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/messaging/rc_invite_test_number_response.rb', line 43
|
Instance Attribute Details
#agent_id ⇒ String?
RCS agent ID
22 |
# File 'lib/telnyx/models/messaging/rc_invite_test_number_response.rb', line 22 optional :agent_id, String |
#phone_number ⇒ String?
Phone number that was invited for testing
28 |
# File 'lib/telnyx/models/messaging/rc_invite_test_number_response.rb', line 28 optional :phone_number, String |
#record_type ⇒ Symbol, ...
Identifies the type of the resource
34 35 |
# File 'lib/telnyx/models/messaging/rc_invite_test_number_response.rb', line 34 optional :record_type, enum: -> { Telnyx::Models::Messaging::RcInviteTestNumberResponse::Data::RecordType } |
#status ⇒ String?
Status of the test number invitation
41 |
# File 'lib/telnyx/models/messaging/rc_invite_test_number_response.rb', line 41 optional :status, String |