Index (T)
»
WorkOS
»
Types
»
TeamProductionState
Class: WorkOS::Types::TeamProductionState
Inherits:
Object
Object
WorkOS::Types::TeamProductionState
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