| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | [optional] | |
| Name | string | [optional] | |
| Briefing | string | [optional] | |
| DueDate | Pointer to NullableTime | [optional] | |
| State | string | [optional] | |
| TicketUrl | string | [optional] | |
| Project | ProjectShort | [optional] | |
| Branch | BranchName | [optional] | |
| CreatedAt | time.Time | [optional] | |
| UpdatedAt | time.Time | [optional] | |
| AutomationId | Pointer to NullableString | The ID of the automation that created this job, or null if the job was created manually. | [optional] |
| JobTemplateId | Pointer to NullableString | The ID of the job template this job was created from, or null if no template was used. | [optional] |
| ReviewDueDate | Pointer to NullableTime | The review due date for this job. Returns `null` when the project does not have review workflow enabled. | [optional] |
| Owner | UserPreview | [optional] | |
| JobTagName | string | [optional] | |
| SourceTranslationsUpdatedAt | time.Time | [optional] | |
| SourceLocale | LocalePreview | [optional] | |
| Locales | []LocalePreview | [optional] | |
| Keys | []KeyPreview | [optional] | |
| Annotations | []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] |