| Name | Type | Description | Notes |
|---|---|---|---|
| result | ResultResponse | The result(s) | |
| completionTime | Date | The completion date/time of this job in ISO 8601 format | [optional] |
| input | InputResponse | The input(s) | |
| jobId | String | The job id | |
| creationTime | Date | The creation date/time of this job in ISO 8601 format | [optional] |
| conversionTasks | [ConversionTask] | [optional] | |
| updateTime | Date | 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 | Date | The conversion queue date/time of this job in ISO 8601 format | [optional] |
| status | String | The status of the job |
-
INIT(value:"INIT") -
INPUTS_UPLOADED(value:"INPUTS_UPLOADED") -
PROCESSING(value:"PROCESSING") -
DONE(value:"DONE") -
ERROR(value:"ERROR") -
DELETED(value:"DELETED")