Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.01 KB

JobCreateParameters.md

File metadata and controls

19 lines (12 loc) · 1.01 KB

JobCreateParameters

Properties

Name Type Description Notes
name String A name for the Job.
languagePairs List<LanguagePair> Language pairs is a set of one or more pairs that includes source language, source locale(optional), target language, target locale(optional), and memoryId.
fileIds List<Integer> A list of file ids to upload to job creation.
due String An ISO string date representing job due date. [optional]
srcLang String 2-letter ISO source language code
srcLocale String 2-letter source language code
isPlural Boolean A boolean value representing if the files have plurals. [optional]
workflowTemplateId Integer ID of the workflow template to be used. Use the workflows templates endpoint to get the list of available workflows. [optional]