Class: Sentdm::Models::TemplateUpdateParams::Definition::Body::SMS::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)


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

optional :alt, String, nil?: true

#media_typeString

Returns:

  • (String)


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

required :media_type, String, api_name: :mediaType

#regexString?

Returns:

  • (String, nil)


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

optional :regex, String, nil?: true

#sampleString

Returns:

  • (String)


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

required :sample, String

#short_urlString?

Returns:

  • (String, nil)


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

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

#urlString

Returns:

  • (String)


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

required :url, String

#variable_typeString

Returns:

  • (String)


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

required :variable_type, String, api_name: :variableType