Class: Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Header
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Header
- Defined in:
- lib/telnyx/models/message_send_whatsapp_response.rb
Overview
Instance Attribute Summary collapse
- #document ⇒ Telnyx::Models::WhatsappMedia?
- #image ⇒ Telnyx::Models::WhatsappMedia?
- #sub_text ⇒ String?
-
#text ⇒ String?
header text, 60 character maximum.
- #video ⇒ Telnyx::Models::WhatsappMedia?
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#document ⇒ Telnyx::Models::WhatsappMedia?
730 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 730 optional :document, -> { Telnyx::WhatsappMedia } |
#image ⇒ Telnyx::Models::WhatsappMedia?
735 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 735 optional :image, -> { Telnyx::WhatsappMedia } |
#sub_text ⇒ String?
740 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 740 optional :sub_text, String |
#text ⇒ String?
header text, 60 character maximum
746 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 746 optional :text, String |
#video ⇒ Telnyx::Models::WhatsappMedia?
751 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 751 optional :video, -> { Telnyx::WhatsappMedia } |