Class: WorkOS::Types::TeamProductionState

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

Constant Summary collapse

ACTIVE =
"Active"
INACTIVE =
"Inactive"
SUSPENDED =
"Suspended"
DELETING =
"Deleting"
ALL =
[ACTIVE, INACTIVE, SUSPENDED, DELETING].freeze