Class: Sentdm::Models::TemplateCreateParams::Definition::Body::Rcs::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?
369
|
# File 'lib/sentdm/models/template_create_params.rb', line 369
optional :alt, String, nil?: true
|
349
|
# File 'lib/sentdm/models/template_create_params.rb', line 349
required :media_type, String, api_name: :mediaType
|
#regex ⇒ String?
374
|
# File 'lib/sentdm/models/template_create_params.rb', line 374
optional :regex, String, nil?: true
|
#sample ⇒ String
354
|
# File 'lib/sentdm/models/template_create_params.rb', line 354
required :sample, String
|
#short_url ⇒ String?
379
|
# File 'lib/sentdm/models/template_create_params.rb', line 379
optional :short_url, String, api_name: :shortUrl, nil?: true
|
#url ⇒ String
359
|
# File 'lib/sentdm/models/template_create_params.rb', line 359
required :url, String
|
#variable_type ⇒ String
364
|
# File 'lib/sentdm/models/template_create_params.rb', line 364
required :variable_type, String, api_name: :variableType
|