Class: Sentdm::Models::TemplateCreateParams::Definition::Body::Whatsapp::Variable::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

#altString?

Returns:

  • (String, nil)


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

optional :alt, String, nil?: true

#media_typeString

Returns:

  • (String)


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

required :media_type, String, api_name: :mediaType

#regexString?

Returns:

  • (String, nil)


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

optional :regex, String, nil?: true

#sampleString

Returns:

  • (String)


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

required :sample, String

#short_urlString?

Returns:

  • (String, nil)


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

optional :short_url, String, api_name: :shortUrl, nil?: true

#urlString

Returns:

  • (String)


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

required :url, String

#variable_typeString

Returns:

  • (String)


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

required :variable_type, String, api_name: :variableType