Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.72 KB

File metadata and controls

31 lines (24 loc) · 1.72 KB

JobDetails

Properties

Name Type Description Notes
id String [optional]
name String [optional]
briefing String [optional]
dueDate OffsetDateTime [optional]
state String [optional]
ticketUrl String [optional]
project ProjectShort [optional]
branch BranchName [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
automationId String The ID of the automation that created this job, or null if the job was created manually. [optional]
jobTemplateId String The ID of the job template this job was created from, or null if no template was used. [optional]
owner UserPreview [optional]
jobTagName String [optional]
sourceTranslationsUpdatedAt OffsetDateTime [optional]
sourceLocale LocalePreview [optional]
locales List<LocalePreview> [optional]
keys List<KeyPreview> [optional]
annotations List<JobAnnotationShort> Returned only when `include_annotations=true` is supplied on the request. [optional]
locked Boolean `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]