| Name | Type | Description | Notes |
|---|---|---|---|
| jobId | String | [optional] | |
| jobName | String | [optional] | |
| mediaLengthSeconds | BigDecimal | [optional] | |
| externalId | String | Depends on third-party integrations. | [optional] |
| priority | PriorityEnum | [optional] | |
| fidelity | FidelityEnum | [optional] | |
| jobStatus | JobStatusEnum | [optional] | |
| options | JobOptions | [optional] | |
| returnTargets | Object | [optional] | |
| sourceLanguage | String | RFC 5646 Language Code | [optional] |
| targetLanguage | String | RFC 5646 Language Code | [optional] |
| creationDate | String | ISO 8601 Date String | [optional] |
| startDate | String | ISO 8601 Date String | [optional] |
| dueDate | String | ISO 8601 Date String | [optional] |
| completedDate | String | ISO 8601 Date String | [optional] |
| returnDate | String | ISO 8601 Date String | [optional] |
| authorizationDate | String | ISO 8601 Date String | [optional] |
| jobDifficulty | JobDifficultyEnum | [optional] |
| Name | Value |
|---|---|
| STANDARD | "STANDARD" |
| PRIORITY | "PRIORITY" |
| Name | Value |
|---|---|
| MECHANICAL | "MECHANICAL" |
| PREMIUM | "PREMIUM" |
| PROFESSIONAL | "PROFESSIONAL" |
| HIGH | "HIGH" |
| Name | Value |
|---|---|
| AUTHORIZING | "Authorizing" |
| PENDING | "Pending" |
| IN_PROCESS | "In Process" |
| COMPLETE | "Complete" |
| MEDIA_FAILURE | "Media Failure" |
| REVIEWING | "Reviewing" |
| Name | Value |
|---|---|
| GOOD | "Good" |
| BAD | "Bad" |
| UNKNOWN | "Unknown" |