Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

OrganizationJobTemplateCreateParameters.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

Phrase::OrganizationJobTemplateCreateParameters

Properties

Name Type Description Notes
name String Job template name
briefing String Briefing for the translators [optional]

Code Sample

require 'Phrase'

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