Class: Sentdm::Models::TemplateCreateParams::Definition::Button::Props

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/template_create_params.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

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

This class inherits a constructor from Sentdm::Internal::Type::BaseModel

Instance Attribute Details

#active_forInteger

Returns:

  • (Integer)


669
# File 'lib/sentdm/models/template_create_params.rb', line 669

required :active_for, Integer, api_name: :activeFor

#autofill_textString?

Returns:

  • (String, nil)


709
# File 'lib/sentdm/models/template_create_params.rb', line 709

optional :autofill_text, String, api_name: :autofillText, nil?: true

#country_codeString

Returns:

  • (String)


674
# File 'lib/sentdm/models/template_create_params.rb', line 674

required :country_code, String, api_name: :countryCode

#offer_codeString

Returns:

  • (String)


679
# File 'lib/sentdm/models/template_create_params.rb', line 679

required :offer_code, String, api_name: :offerCode

#otp_typeString?

Returns:

  • (String, nil)


714
# File 'lib/sentdm/models/template_create_params.rb', line 714

optional :otp_type, String, api_name: :otpType, nil?: true

#package_nameString?

Returns:

  • (String, nil)


719
# File 'lib/sentdm/models/template_create_params.rb', line 719

optional :package_name, String, api_name: :packageName, nil?: true

#phone_numberString

Returns:

  • (String)


684
# File 'lib/sentdm/models/template_create_params.rb', line 684

required :phone_number, String, api_name: :phoneNumber

#quick_reply_typeString

Returns:

  • (String)


689
# File 'lib/sentdm/models/template_create_params.rb', line 689

required :quick_reply_type, String, api_name: :quickReplyType

#signature_hashString?

Returns:

  • (String, nil)


724
# File 'lib/sentdm/models/template_create_params.rb', line 724

optional :signature_hash, String, api_name: :signatureHash, nil?: true

#textString

Returns:

  • (String)


694
# File 'lib/sentdm/models/template_create_params.rb', line 694

required :text, String

#urlString

Returns:

  • (String)


699
# File 'lib/sentdm/models/template_create_params.rb', line 699

required :url, String

#url_typeString

Returns:

  • (String)


704
# File 'lib/sentdm/models/template_create_params.rb', line 704

required :url_type, String, api_name: :urlType