Index (A)
»
WorkOS
»
Types
»
AuditLogExportState
Class: WorkOS::Types::AuditLogExportState
Inherits:
Object
Object
WorkOS::Types::AuditLogExportState
show all
Defined in:
lib/workos/types/audit_log_export_state.rb
Constant Summary
collapse
PENDING =
"
pending
"
READY =
"
ready
"
ERROR =
"
error
"
ALL =
[
PENDING
,
READY
,
ERROR
]
.
freeze