Class: Vapi::GetChatPaginatedDtoSortOrder

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/get_chat_paginated_dto_sort_order.rb

Overview

This is the sort order for pagination. Defaults to ‘DESC’.

Constant Summary collapse

ASC =
"ASC"
DESC =
"DESC"