Class: Telnyx::Models::WhatsappMessageTemplateUpdateParams
Overview
Defined Under Namespace
Modules: Category, Component
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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 ⇒ Object
29
|
# File 'sig/telnyx/models/whatsapp_message_template_update_params.rbs', line 29
def initialize: (
|
Instance Attribute Details
#category ⇒ Symbol, ...
18
|
# File 'lib/telnyx/models/whatsapp_message_template_update_params.rb', line 18
optional :category, enum: -> { Telnyx::WhatsappMessageTemplateUpdateParams::Category }
|
Updated template components. Same structure as the create request.
24
25
|
# File 'lib/telnyx/models/whatsapp_message_template_update_params.rb', line 24
optional :components,
-> { Telnyx::Internal::Type::ArrayOf[union: Telnyx::WhatsappMessageTemplateUpdateParams::Component] }
|
#id ⇒ String
13
|
# File 'lib/telnyx/models/whatsapp_message_template_update_params.rb', line 13
required :id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/whatsapp_message_template_update_params.rb', line 43
|
Instance Method Details
#to_hash ⇒ {
36
|
# File 'sig/telnyx/models/whatsapp_message_template_update_params.rbs', line 36
def to_hash: -> {
|