Index (D)
»
WorkOS
»
Types
»
DataIntegrationState
Class: WorkOS::Types::DataIntegrationState
Inherits:
Object
Object
WorkOS::Types::DataIntegrationState
show all
Defined in:
lib/workos/types/data_integration_state.rb
Constant Summary
collapse
VALID =
"
valid
"
INVALID =
"
invalid
"
REQUESTED =
"
requested
"
ALL =
[
VALID
,
INVALID
,
REQUESTED
]
.
freeze