Class: Telnyx::Models::Porting::LoaConfigurationUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Porting::LoaConfigurationUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/porting/loa_configuration_update_params.rb
Overview
Defined Under Namespace
Classes: Address, Contact, Logo
Instance Attribute Summary collapse
-
#address ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Address
The address of the company.
-
#company_name ⇒ String
The name of the company.
-
#contact ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Contact
The contact information of the company.
- #id ⇒ String
-
#logo ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Logo
The logo of the LOA configuration.
-
#name ⇒ String
The name of the LOA configuration.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(email:, phone_number:) ⇒ Object
constructor
The contact information of the company.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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:, phone_number:) ⇒ Object
The contact information of the company.
|
|
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 98
|
Instance Attribute Details
#address ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Address
The address of the company.
20 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 20 required :address, -> { Telnyx::Porting::LoaConfigurationUpdateParams::Address } |
#company_name ⇒ String
The name of the company
26 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 26 required :company_name, String |
#contact ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Contact
The contact information of the company.
32 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 32 required :contact, -> { Telnyx::Porting::LoaConfigurationUpdateParams::Contact } |
#id ⇒ String
14 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 14 required :id, String |
#logo ⇒ Telnyx::Models::Porting::LoaConfigurationUpdateParams::Logo
The logo of the LOA configuration
38 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 38 required :logo, -> { Telnyx::Porting::LoaConfigurationUpdateParams::Logo } |
#name ⇒ String
The name of the LOA configuration
44 |
# File 'lib/telnyx/models/porting/loa_configuration_update_params.rb', line 44 required :name, String |