Class: Telnyx::Models::Messaging10dlc::BrandRetrieveResponse
- Inherits:
-
TelnyxBrand
- Object
- Internal::Type::BaseModel
- TelnyxBrand
- Telnyx::Models::Messaging10dlc::BrandRetrieveResponse
- Defined in:
- lib/telnyx/models/messaging_10dlc/brand_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#assigned_campaigns_count ⇒ Float?
Number of campaigns associated with the brand.
Attributes inherited from TelnyxBrand
#alt_business_id, #alt_business_id_type, #brand_id, #brand_relationship, #business_contact_email, #city, #company_name, #country, #created_at, #csp_id, #display_name, #ein, #email, #entity_type, #failure_reasons, #first_name, #identity_status, #ip_address, #is_reseller, #last_name, #mobile_phone, #mock, #optional_attributes, #phone, #postal_code, #reference_id, #state, #status, #stock_exchange, #stock_symbol, #street, #tcr_brand_id, #universal_ein, #updated_at, #vertical, #webhook_failover_url, #webhook_url, #website
Instance Method Summary collapse
-
#initialize(assigned_campaigns_count: nil) ⇒ Object
constructor
Telnyx-specific extensions to The Campaign Registry’s ‘Brand` type.
Methods inherited from TelnyxBrand
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(assigned_campaigns_count: nil) ⇒ Object
Telnyx-specific extensions to The Campaign Registry’s ‘Brand` type
|
|
# File 'lib/telnyx/models/messaging_10dlc/brand_retrieve_response.rb', line 14
|
Instance Attribute Details
#assigned_campaigns_count ⇒ Float?
Number of campaigns associated with the brand
12 |
# File 'lib/telnyx/models/messaging_10dlc/brand_retrieve_response.rb', line 12 optional :assigned_campaigns_count, Float, api_name: :assignedCampaignsCount |