Class: Sentdm::Models::TemplateUpdateParams::Definition::Body::Whatsapp::Variable::Props

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/template_update_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)


584
# File 'lib/sentdm/models/template_update_params.rb', line 584

optional :alt, String, nil?: true

#media_typeString

Returns:

  • (String)


564
# File 'lib/sentdm/models/template_update_params.rb', line 564

required :media_type, String, api_name: :mediaType

#regexString?

Returns:

  • (String, nil)


589
# File 'lib/sentdm/models/template_update_params.rb', line 589

optional :regex, String, nil?: true

#sampleString

Returns:

  • (String)


569
# File 'lib/sentdm/models/template_update_params.rb', line 569

required :sample, String

#short_urlString?

Returns:

  • (String, nil)


594
# File 'lib/sentdm/models/template_update_params.rb', line 594

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

#urlString

Returns:

  • (String)


574
# File 'lib/sentdm/models/template_update_params.rb', line 574

required :url, String

#variable_typeString

Returns:

  • (String)


579
# File 'lib/sentdm/models/template_update_params.rb', line 579

required :variable_type, String, api_name: :variableType