Class: Sentdm::Models::TemplateCreateParams::Definition::Button::Props
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#active_for ⇒ Integer
669
|
# File 'lib/sentdm/models/template_create_params.rb', line 669
required :active_for, Integer, api_name: :activeFor
|
#autofill_text ⇒ String?
709
|
# File 'lib/sentdm/models/template_create_params.rb', line 709
optional :autofill_text, String, api_name: :autofillText, nil?: true
|
#country_code ⇒ String
674
|
# File 'lib/sentdm/models/template_create_params.rb', line 674
required :country_code, String, api_name: :countryCode
|
#offer_code ⇒ String
679
|
# File 'lib/sentdm/models/template_create_params.rb', line 679
required :offer_code, String, api_name: :offerCode
|
#otp_type ⇒ String?
714
|
# File 'lib/sentdm/models/template_create_params.rb', line 714
optional :otp_type, String, api_name: :otpType, nil?: true
|
#package_name ⇒ String?
719
|
# File 'lib/sentdm/models/template_create_params.rb', line 719
optional :package_name, String, api_name: :packageName, nil?: true
|
#phone_number ⇒ String
684
|
# File 'lib/sentdm/models/template_create_params.rb', line 684
required :phone_number, String, api_name: :phoneNumber
|
#quick_reply_type ⇒ String
689
|
# File 'lib/sentdm/models/template_create_params.rb', line 689
required :quick_reply_type, String, api_name: :quickReplyType
|
#signature_hash ⇒ String?
724
|
# File 'lib/sentdm/models/template_create_params.rb', line 724
optional :signature_hash, String, api_name: :signatureHash, nil?: true
|
#text ⇒ String
694
|
# File 'lib/sentdm/models/template_create_params.rb', line 694
required :text, String
|
#url ⇒ String
699
|
# File 'lib/sentdm/models/template_create_params.rb', line 699
required :url, String
|
#url_type ⇒ String
704
|
# File 'lib/sentdm/models/template_create_params.rb', line 704
required :url_type, String, api_name: :urlType
|