Index (P)
»
WorkOS
»
Types
»
PaginationOrder
Class: WorkOS::Types::PaginationOrder
Inherits:
Object
Object
WorkOS::Types::PaginationOrder
show all
Defined in:
lib/workos/types/pagination_order.rb
Constant Summary
collapse
NORMAL =
"
normal
"
DESC =
"
desc
"
ASC =
"
asc
"
ALL =
[
NORMAL
,
DESC
,
ASC
]
.
freeze