Class: HighLevel::Models::Conversations::ExportMessagesResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::ExportMessagesResponseDto
- Defined in:
- lib/high_level/models/conversations/export_messages_response_dto.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
-
#next_cursor ⇒ Object
readonly
Returns the value of attribute next_cursor.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages
9 10 11 |
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9 def @messages end |
#next_cursor ⇒ Object (readonly)
Returns the value of attribute next_cursor
9 10 11 |
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9 def next_cursor @next_cursor end |
#total ⇒ Object (readonly)
Returns the value of attribute total
9 10 11 |
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9 def total @total end |