Class: WorkOS::Types::ApplicationsOrder

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

Constant Summary collapse

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