Class: Telnyx::Models::Rcs::BrandResponse
Overview
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(addresses:, brand_id:, capabilities:, contacts:, display_name:, identifiers:, legal_entity_type:, legal_name:, organization_type:, profile_id:, status:, website_url:) ⇒ Object
constructor
-
#to_hash ⇒ {
==, #==, #[], 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(addresses:, brand_id:, capabilities:, contacts:, display_name:, identifiers:, legal_entity_type:, legal_name:, organization_type:, profile_id:, status:, website_url:) ⇒ Object
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 68
|
Instance Attribute Details
11
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 11
required :addresses, -> { Telnyx::Internal::Type::HashOf[Telnyx::Rcs::BrandAddress] }
|
#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
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 36
required :identifiers, -> { Telnyx::Internal::Type::HashOf[union: Telnyx::Rcs::BrandIdentifier] }
|
#legal_entity_type ⇒ String
41
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 41
required :legal_entity_type, String
|
#legal_name ⇒ String
46
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 46
required :legal_name, String
|
#organization_type ⇒ String
51
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 51
required :organization_type, String
|
#profile_id ⇒ String?
56
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 56
required :profile_id, String, nil?: true
|
61
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 61
required :status, enum: -> { Telnyx::Rcs::BrandResponse::Status }
|
#website_url ⇒ String
66
|
# File 'lib/telnyx/models/rcs/brand_response.rb', line 66
required :website_url, String
|
Instance Method Details
#to_hash ⇒ {
60
|
# File 'sig/telnyx/models/rcs/brand_response.rbs', line 60
def to_hash: -> {
|