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


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

optional :alt, String, nil?: true

#media_typeString

Returns:

  • (String)


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

required :media_type, String, api_name: :mediaType

#regexString?

Returns:

  • (String, nil)


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

optional :regex, String, nil?: true

#sampleString

Returns:

  • (String)


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

required :sample, String

#short_urlString?

Returns:

  • (String, nil)


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

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

#urlString

Returns:

  • (String)


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

required :url, String

#variable_typeString

Returns:

  • (String)


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

required :variable_type, String, api_name: :variableType