Class: Sentdm::Models::TemplateCreateParams::Definition::Body::MultiChannel::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)


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

optional :alt, String, nil?: true

#media_typeString

Returns:

  • (String)


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

required :media_type, String, api_name: :mediaType

#regexString?

Returns:

  • (String, nil)


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

optional :regex, String, nil?: true

#sampleString

Returns:

  • (String)


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

required :sample, String

#short_urlString?

Returns:

  • (String, nil)


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

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

#urlString

Returns:

  • (String)


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

required :url, String

#variable_typeString

Returns:

  • (String)


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

required :variable_type, String, api_name: :variableType