Class: Vapi::GetSessionPaginatedDtoSortOrder

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

Overview

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

Constant Summary collapse

ASC =
"ASC"
DESC =
"DESC"