| TaskWorkRequests | List | | [optional] [default to null] |
| abortedDateTime | Date | This is the datetime the task was aborted | [optional] [default to null] |
| completedDateTime | Date | This is the datetime the job was completed | [optional] [default to null] |
| coreID | UUID | | [optional] [default to null] |
| coreJobID | String | Core Job ID | [optional] [default to null] |
| coreRecordingId | Long | This is the recording id in the core of the content for this job | [optional] [default to null] |
| coreScheduledJobId | Integer | This is the core scheduled job id. | [optional] [default to null] |
| coreSourceId | Long | This is the Core Source Id | [optional] [default to 0] |
| createdDateTime | Date | This is the datetime the job was created | [optional] [default to null] |
| currentRetries | Integer | This is the current retries for the job | [optional] [default to 0] |
| dueDateTime | Date | This is the time the job is due to be complete. This is used by edge to set the priorities. | [optional] [default to null] |
| internalJobID | UUID | Internal Job ID | [optional] [default to null] |
| internalOrganizationID | UUID | | [optional] [default to null] |
| internalScheduledJobId | String | The internal scheduled job id. | [optional] [default to null] |
| isTemplate | Boolean | If true, this job is a template | [optional] [default to null] |
| jobConfigJSON | String | This is the job config expressed as JSON | [optional] [default to null] |
| jobStatus | JobStatusEnum | | [optional] [default to null] |
| jobTemplateId | String | If set, this job was created from this job template | [optional] [default to null] |
| maxRetries | Integer | This is the max retries for the job | [optional] [default to 0] |
| modifiedDateTime | Date | This is the datetime the job was last modified. | [optional] [default to null] |
| priority | Integer | The priority for the job. Default is 0. | [optional] [default to 0] |
| scheduledDateTime | Date | If from scheduled job, this is the date when the job should be launched. There is sometimes a difference between scheduled and start to allow for the edge to start processing at the right time if warmup is needed. If not, blank | [optional] [default to null] |
| sendOutputToUris | List | A list of URIs to send processed chunks when the engine completes them. | [optional] [default to null] |
| startDateTime | Date | If from scheduled job, this is the date when the job should be started. This is a planning time not the actual whcih is startedDateTime. If not, blank | [optional] [default to null] |
| startedDateTime | Date | This is the datetime the job was started (actual) | [optional] [default to null] |
| stopDateTime | Date | If from scheduled job, this is the date when the job should be stopped. Start and Stop are used for recording from a stream. If not, blank | [optional] [default to null] |
| taskRoutes | List | | [optional] [default to null] |
| tasks | List | | [optional] [default to null] |