Class: Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section
- Defined in:
- lib/telnyx/models/message_send_whatsapp_response.rb
Defined Under Namespace
Classes: ProductItem, Row
Instance Attribute Summary collapse
- #product_items ⇒ Array<Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::ProductItem>?
- #rows ⇒ Array<Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::Row>?
-
#title ⇒ String?
section title, 24 character maximum.
Instance Method Summary collapse
- #initialize(product_retailer_id: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(product_retailer_id: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 668
|
Instance Attribute Details
#product_items ⇒ Array<Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::ProductItem>?
640 641 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 640 optional :product_items, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::ProductItem] } |
#rows ⇒ Array<Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::Row>?
646 647 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 646 optional :rows, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Interactive::Action::Section::Row] } |
#title ⇒ String?
section title, 24 character maximum
653 |
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 653 optional :title, String |