Class: Telnyx::Models::Porting::PortingLoaConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::PortingLoaConfiguration
- Defined in:
- lib/telnyx/models/porting/porting_loa_configuration.rb
Overview
Defined Under Namespace
Classes: Address, Contact, Logo
Instance Attribute Summary collapse
-
#address ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Address?
The address of the company.
-
#company_name ⇒ String?
The name of the company.
-
#contact ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Contact?
The contact information of the company.
-
#created_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was created.
-
#id ⇒ String?
Uniquely identifies the LOA configuration.
-
#logo ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Logo?
The logo to be used in the LOA.
-
#name ⇒ String?
The name of the LOA configuration.
-
#organization_id ⇒ String?
The organization that owns the LOA configuration.
-
#updated_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was updated.
Instance Method Summary collapse
-
#initialize(email: nil, phone_number: nil) ⇒ Object
constructor
The contact information of the company.
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(email: nil, phone_number: nil) ⇒ Object
The contact information of the company.
|
|
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 70
|
Instance Attribute Details
#address ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Address?
The address of the company.
18 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 18 optional :address, -> { Telnyx::Porting::PortingLoaConfiguration::Address } |
#company_name ⇒ String?
The name of the company
24 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 24 optional :company_name, String |
#contact ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Contact?
The contact information of the company.
30 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 30 optional :contact, -> { Telnyx::Porting::PortingLoaConfiguration::Contact } |
#created_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was created.
36 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 36 optional :created_at, Time |
#id ⇒ String?
Uniquely identifies the LOA configuration.
12 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 12 optional :id, String |
#logo ⇒ Telnyx::Models::Porting::PortingLoaConfiguration::Logo?
The logo to be used in the LOA.
42 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 42 optional :logo, -> { Telnyx::Porting::PortingLoaConfiguration::Logo } |
#name ⇒ String?
The name of the LOA configuration
48 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 48 optional :name, String |
#organization_id ⇒ String?
The organization that owns the LOA configuration
54 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 54 optional :organization_id, String |
#updated_at ⇒ Time?
ISO 8601 formatted date indicating when the resource was updated.
60 |
# File 'lib/telnyx/models/porting/porting_loa_configuration.rb', line 60 optional :updated_at, Time |