Class: HighLevel::Models::Conversations::ExportMessagesResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/export_messages_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messagesObject (readonly)

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



9
10
11
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9

def messages
  @messages
end

#next_cursorObject (readonly)

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



9
10
11
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9

def next_cursor
  @next_cursor
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



9
10
11
# File 'lib/high_level/models/conversations/export_messages_response_dto.rb', line 9

def total
  @total
end