Class: Sentdm::Models::TemplateUpdateParams::Definition::Body::MultiChannel::Variable::Props
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#alt ⇒ String?
271
|
# File 'lib/sentdm/models/template_update_params.rb', line 271
optional :alt, String, nil?: true
|
251
|
# File 'lib/sentdm/models/template_update_params.rb', line 251
required :media_type, String, api_name: :mediaType
|
#regex ⇒ String?
276
|
# File 'lib/sentdm/models/template_update_params.rb', line 276
optional :regex, String, nil?: true
|
#sample ⇒ String
256
|
# File 'lib/sentdm/models/template_update_params.rb', line 256
required :sample, String
|
#short_url ⇒ String?
281
|
# File 'lib/sentdm/models/template_update_params.rb', line 281
optional :short_url, String, api_name: :shortUrl, nil?: true
|
#url ⇒ String
261
|
# File 'lib/sentdm/models/template_update_params.rb', line 261
required :url, String
|
#variable_type ⇒ String
266
|
# File 'lib/sentdm/models/template_update_params.rb', line 266
required :variable_type, String, api_name: :variableType
|