Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

JobCreateParameters.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

JobCreateParameters

Properties

Name Type Description Notes
branch str specify the branch to use [optional]
name str Job name
source_locale_id str The API id of the source language [optional]
briefing str Briefing for the translators [optional]
due_date datetime Date the job should be finished [optional]
ticket_url str URL to a ticket for this job (e.g. Jira, Trello) [optional]
tags List[str] tags of keys that should be included within the job [optional]
translation_key_ids List[str] ids of keys that should be included within the job [optional]
job_template_id str id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes. [optional]

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