Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 615 Bytes

File metadata and controls

21 lines (14 loc) · 615 Bytes

Phrase::OrganizationJobTemplateCreateParameters

Properties

Name Type Description Notes
name String Job template name
briefing String Briefing for the translators [optional]
autotranslate Boolean Automatically translate the job using machine translation. [optional]

Code Sample

require 'Phrase'

instance = Phrase::OrganizationJobTemplateCreateParameters.new(name: template,
                                 briefing: text,
                                 autotranslate: true)