| Name | Type | Description | Notes |
|---|---|---|---|
| INTAKING | ExportStatus | Represented in Ruby as "intaking" | |
| QUEUED | ExportStatus | Represented in Ruby as "queued" | |
| IN_PROGRESS | ExportStatus | Represented in Ruby as "inProgress" | |
| COMPLETED | ExportStatus | Represented in Ruby as "completed" | |
| FAILED | ExportStatus | Represented in Ruby as "failed" | |
| DELETED | ExportStatus | Represented in Ruby as "deleted" |
require 'freeclimb'
instance = Freeclimb::ExportStatus::[NAME OF ENUM]