Class: Sentdm::Models::MessageRetrieveStatusResponse::Data::MessageBody
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/sentdm/models/message_retrieve_status_response.rb,
sig/sentdm/models/message_retrieve_status_response.rbs
Overview
Defined Under Namespace
Classes: Button
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
199
|
# File 'sig/sentdm/models/message_retrieve_status_response.rbs', line 199
def initialize: (
|
Instance Attribute Details
204
205
206
|
# File 'lib/sentdm/models/message_retrieve_status_response.rb', line 204
optional :buttons,
-> { Sentdm::Internal::Type::ArrayOf[Sentdm::Models::MessageRetrieveStatusResponse::Data::MessageBody::Button] },
nil?: true
|
#content ⇒ String?
211
|
# File 'lib/sentdm/models/message_retrieve_status_response.rb', line 211
optional :content, String
|
216
|
# File 'lib/sentdm/models/message_retrieve_status_response.rb', line 216
optional :footer, String, nil?: true
|
221
|
# File 'lib/sentdm/models/message_retrieve_status_response.rb', line 221
optional :header, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
206
|
# File 'sig/sentdm/models/message_retrieve_status_response.rbs', line 206
def to_hash: -> {
|