Class: Sentdm::Models::TemplateVariable::Props
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize(alt: nil, media_type: nil, sample: nil, short_url: nil, url: nil, variable_type: nil) ⇒ Object
|
# File 'lib/sentdm/models/template_variable.rb', line 64
|
Instance Attribute Details
#alt ⇒ String?
37
|
# File 'lib/sentdm/models/template_variable.rb', line 37
optional :alt, String, nil?: true
|
42
|
# File 'lib/sentdm/models/template_variable.rb', line 42
optional :media_type, String, api_name: :mediaType, nil?: true
|
#sample ⇒ String?
47
|
# File 'lib/sentdm/models/template_variable.rb', line 47
optional :sample, String, nil?: true
|
#short_url ⇒ String?
52
|
# File 'lib/sentdm/models/template_variable.rb', line 52
optional :short_url, String, api_name: :shortUrl, nil?: true
|
#url ⇒ String?
57
|
# File 'lib/sentdm/models/template_variable.rb', line 57
optional :url, String, nil?: true
|
#variable_type ⇒ String?
62
|
# File 'lib/sentdm/models/template_variable.rb', line 62
optional :variable_type, String, api_name: :variableType, nil?: true
|