Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.4 KB

File metadata and controls

21 lines (16 loc) · 1.4 KB

JobCreateParameters

Properties

Name Type Description Notes
Branch string specify the branch to use [optional]
Name string Job name
SourceLocaleId string The API id of the source language [optional]
Briefing string Briefing for the translators [optional]
DueDate Pointer to NullableTime Date the job should be finished [optional]
TicketUrl string URL to a ticket for this job (e.g. Jira, Trello) [optional]
Tags []string tags of keys that should be included within the job [optional]
TranslationKeyIds []string ids of keys that should be included within the job [optional]
TargetLocaleIds []string List of target locales for the job. Mutually exclusive with `job_template_id`. [optional]
JobTemplateId string id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes. Mutually exclusive with `target_locale_ids`. [optional]
Autotranslate bool Automatically translate the job using machine translation. [optional]

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