| Name | Type | Description | Notes |
|---|---|---|---|
| result | ResultResponse | The result(s) | |
| completionTime | OffsetDateTime | The completion date/time of this job in ISO 8601 format | [optional] |
| input | InputResponse | The input(s) | |
| jobId | String | The job id | |
| creationTime | OffsetDateTime | The creation date/time of this job in ISO 8601 format | [optional] |
| conversionTasks | List<ConversionTask> | [optional] | |
| updateTime | OffsetDateTime | The last update date/time of this job in ISO 8601 format | [optional] |
| job | ConversionJob | The job | |
| statusMessage | String | A status message, which can be informational, warning or error. AA message here does not indicate an error perse | [optional] |
| queueTime | OffsetDateTime | The conversion queue date/time of this job in ISO 8601 format | [optional] |
| status | StatusEnum | The status of the job |
| Name | Value |
|---|---|
| INIT | "INIT" |
| INPUTS_UPLOADED | "INPUTS_UPLOADED" |
| PROCESSING | "PROCESSING" |
| DONE | "DONE" |
| ERROR | "ERROR" |
| DELETED | "DELETED" |