Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.47 KB

File metadata and controls

27 lines (23 loc) · 1.47 KB

JobDetails

Properties

Name Type Description Notes
id str [optional]
name str [optional]
briefing str [optional]
due_date datetime [optional]
state str [optional]
ticket_url str [optional]
project ProjectShort [optional]
branch BranchName [optional]
created_at datetime [optional]
updated_at datetime [optional]
owner UserPreview [optional]
job_tag_name str [optional]
source_translations_updated_at datetime [optional]
source_locale 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 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]