Class: Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance
- Defined in:
- lib/sentdm/models/profile_list_response.rb
Overview
Defined Under Namespace
Modules: BrandRelationship, Vertical Classes: DestinationCountry
Instance Attribute Summary collapse
- #brand_relationship ⇒ Symbol, ...
-
#destination_countries ⇒ Array<Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance::DestinationCountry>?
List of destination countries for messaging.
-
#expected_messaging_volume ⇒ String?
Expected daily messaging volume.
-
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application.
-
#notes ⇒ String?
Additional notes about the business or use case.
-
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”).
-
#primary_use_case ⇒ String?
Primary messaging use case description.
- #vertical ⇒ Symbol, ...
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(id: nil, is_main: nil) ⇒ Object constructor
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(id: nil, is_main: nil) ⇒ Object
|
|
# File 'lib/sentdm/models/profile_list_response.rb', line 568
|
Instance Attribute Details
#brand_relationship ⇒ Symbol, ...
520 521 522 |
# File 'lib/sentdm/models/profile_list_response.rb', line 520 optional :brand_relationship, enum: -> { Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance::BrandRelationship }, nil?: true |
#destination_countries ⇒ Array<Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance::DestinationCountry>?
List of destination countries for messaging
528 529 |
# File 'lib/sentdm/models/profile_list_response.rb', line 528 optional :destination_countries, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance::DestinationCountry] } |
#expected_messaging_volume ⇒ String?
Expected daily messaging volume
535 |
# File 'lib/sentdm/models/profile_list_response.rb', line 535 optional :expected_messaging_volume, String, nil?: true |
#is_tcr_application ⇒ Boolean?
Whether this is a TCR (Campaign Registry) application
541 |
# File 'lib/sentdm/models/profile_list_response.rb', line 541 optional :is_tcr_application, Sentdm::Internal::Type::Boolean |
#notes ⇒ String?
Additional notes about the business or use case
547 |
# File 'lib/sentdm/models/profile_list_response.rb', line 547 optional :notes, String, nil?: true |
#phone_number_prefix ⇒ String?
Phone number prefix for messaging (e.g., “+1”)
553 |
# File 'lib/sentdm/models/profile_list_response.rb', line 553 optional :phone_number_prefix, String, nil?: true |
#primary_use_case ⇒ String?
Primary messaging use case description
559 |
# File 'lib/sentdm/models/profile_list_response.rb', line 559 optional :primary_use_case, String, nil?: true |
#vertical ⇒ Symbol, ...
564 565 566 |
# File 'lib/sentdm/models/profile_list_response.rb', line 564 optional :vertical, enum: -> { Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Compliance::Vertical }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/sentdm/models/profile_list_response.rb', line 597
|