Class: WorkOS::Types::AuditLogExportJsonState

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

Constant Summary collapse

PENDING =
"pending"
READY =
"ready"
ERROR =
"error"
ALL =
[PENDING, READY, ERROR].freeze