Class: Telnyx::Models::Rcs::BrandResponse
Overview
Defined Under Namespace
Modules: Identifier, Status
Classes: Address
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(administrative_area:, city:, country_code:, line_1:, postal_code:, line_2: nil) ⇒ Object
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 115
|
Instance Attribute Details
11
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 11
required :addresses, -> { Telnyx::Internal::Type::HashOf[Telnyx::Rcs::BrandResponse::Address] }
|
#brand_id ⇒ String
16
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 16
required :brand_id, String
|
21
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 21
required :capabilities, -> { Telnyx::Rcs::CapabilitiesResponse }
|
26
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 26
required :contacts, -> { Telnyx::Internal::Type::HashOf[Telnyx::Rcs::BrandContact] }
|
#display_name ⇒ String
31
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 31
required :display_name, String
|
36
37
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 36
required :identifiers,
-> { Telnyx::Internal::Type::HashOf[union: Telnyx::Rcs::BrandResponse::Identifier] }
|
#legal_entity_type ⇒ String
42
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 42
required :legal_entity_type, String
|
#legal_name ⇒ String
47
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 47
required :legal_name, String
|
#organization_type ⇒ String
52
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 52
required :organization_type, String
|
#profile_id ⇒ String?
57
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 57
required :profile_id, String, nil?: true
|
62
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 62
required :status, enum: -> { Telnyx::Rcs::BrandResponse::Status }
|
#website_url ⇒ String
67
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 67
required :website_url, String
|
Class Method Details
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 136
|
Instance Method Details
#to_hash ⇒ {
60
|
# File 'sig/telnyx/models/rcs/brand_response.rbs', line 60
def to_hash: -> {
|