Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.45 KB

File metadata and controls

32 lines (25 loc) · 1.45 KB

ConversionJobResponse

Properties

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

Enum: StatusEnum

Name Value
INIT "INIT"
INPUTS_UPLOADED "INPUTS_UPLOADED"
PROCESSING "PROCESSING"
DONE "DONE"
ERROR "ERROR"
DELETED "DELETED"