Class: Telnyx::Models::WhatsappInteractive::Header
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 ⇒ Object
483
|
# File 'sig/telnyx/models/whatsapp_interactive.rbs', line 483
def initialize: (
|
Instance Attribute Details
370
|
# File 'lib/telnyx/models/whatsapp_interactive.rb', line 370
optional :document, -> { Telnyx::WhatsappMedia }
|
375
|
# File 'lib/telnyx/models/whatsapp_interactive.rb', line 375
optional :image, -> { Telnyx::WhatsappMedia }
|
#sub_text ⇒ String?
380
|
# File 'lib/telnyx/models/whatsapp_interactive.rb', line 380
optional :sub_text, String
|
#text ⇒ String?
header text, 60 character maximum
386
|
# File 'lib/telnyx/models/whatsapp_interactive.rb', line 386
optional :text, String
|
391
|
# File 'lib/telnyx/models/whatsapp_interactive.rb', line 391
optional :video, -> { Telnyx::WhatsappMedia }
|
Instance Method Details
#to_hash ⇒ {
491
|
# File 'sig/telnyx/models/whatsapp_interactive.rbs', line 491
def to_hash: -> {
|