Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

OrganizationJobTemplateUpdateParameters.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

Phrase::OrganizationJobTemplateUpdateParameters

Properties

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

Code Sample

require 'Phrase'

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