Class: Sentdm::Models::Profiles::TcrCampaignWithUseCases::UseCase
- Inherits:
-
BaseDto
- Object
- Internal::Type::BaseModel
- BaseDto
- Sentdm::Models::Profiles::TcrCampaignWithUseCases::UseCase
- Defined in:
- lib/sentdm/models/profiles/tcr_campaign_with_use_cases.rb
Instance Attribute Summary collapse
- #campaign_id ⇒ String?
- #customer_id ⇒ String?
- #messaging_use_case_us ⇒ Symbol, ...
- #sample_messages ⇒ Array<String>?
Attributes inherited from BaseDto
Instance Method Summary collapse
- #initialize(campaign_id: nil, customer_id: nil, messaging_use_case_us: nil, sample_messages: 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(campaign_id: nil, customer_id: nil, messaging_use_case_us: nil, sample_messages: nil) ⇒ Object
|
|
# File 'lib/sentdm/models/profiles/tcr_campaign_with_use_cases.rb', line 227
|
Instance Attribute Details
#campaign_id ⇒ String?
208 |
# File 'lib/sentdm/models/profiles/tcr_campaign_with_use_cases.rb', line 208 optional :campaign_id, String, api_name: :campaignId |
#customer_id ⇒ String?
213 |
# File 'lib/sentdm/models/profiles/tcr_campaign_with_use_cases.rb', line 213 optional :customer_id, String, api_name: :customerId |