Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.45 KB

File metadata and controls

29 lines (22 loc) · 1.45 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]
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]