Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.02 KB

File metadata and controls

31 lines (26 loc) · 2.02 KB

# JobDetails

Properties

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]

[Back to Model list] [Back to API list] [Back to README]