| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] | |
| name | string | [optional] | |
| briefing | string | [optional] | |
| due_date | \DateTime | [optional] | |
| state | string | [optional] | |
| ticket_url | string | [optional] | |
| project | \Phrase\Model\ProjectShort | [optional] | |
| branch | \Phrase\Model\BranchName | [optional] | |
| created_at | \DateTime | [optional] | |
| updated_at | \DateTime | [optional] | |
| automation_id | string | The ID of the automation that created this job, or null if the job was created manually. | [optional] |
| job_template_id | string | The ID of the job template this job was created from, or null if no template was used. | [optional] |
| review_due_date | \DateTime | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional] |
| owner | \Phrase\Model\UserPreview | [optional] | |
| job_tag_name | string | [optional] | |
| source_translations_updated_at | \DateTime | [optional] | |
| source_locale | \Phrase\Model\LocalePreview | [optional] | |
| locales | \Phrase\Model\LocalePreview[] | [optional] | |
| keys | \Phrase\Model\KeyPreview[] | [optional] | |
| annotations | \Phrase\Model\JobAnnotationShort[] | Returned only when `include_annotations=true` is supplied on the request. | [optional] |
| locked | bool | `true` if the job has been locked by the project's job-locking workflow (translations attached to the job are read-only until the job advances). | [optional] |