Class: WorkOS::Types::PaginationOrder

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/pagination_order.rb

Constant Summary collapse

NORMAL =
"normal"
DESC =
"desc"
ASC =
"asc"
ALL =
[NORMAL, DESC, ASC].freeze