Class: Sentdm::Models::ConversationMessagesList
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ConversationMessagesList
- Defined in:
- lib/sentdm/models/conversation_messages_list.rb,
sig/sentdm/models/conversation_messages_list.rbs
Defined Under Namespace
Classes: Message
Instance Attribute Summary collapse
-
#messages ⇒ Array<Sentdm::Models::ConversationMessagesList::Message>?
The messages on this page, most recent first.
-
#pagination ⇒ Sentdm::Models::PaginationMeta?
Pagination metadata for list responses.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
20 |
# File 'sig/sentdm/models/conversation_messages_list.rbs', line 20
def initialize: (
|
Instance Attribute Details
#messages ⇒ Array<Sentdm::Models::ConversationMessagesList::Message>?
The messages on this page, most recent first.
10 |
# File 'lib/sentdm/models/conversation_messages_list.rb', line 10 optional :messages, -> { Sentdm::Internal::Type::ArrayOf[Sentdm::ConversationMessagesList::Message] } |
#pagination ⇒ Sentdm::Models::PaginationMeta?
Pagination metadata for list responses
16 |
# File 'lib/sentdm/models/conversation_messages_list.rb', line 16 optional :pagination, -> { Sentdm::PaginationMeta } |
Instance Method Details
#to_hash ⇒ {
25 |
# File 'sig/sentdm/models/conversation_messages_list.rbs', line 25
def to_hash: -> {
|