Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 556 Bytes

JobTemplateUpdateParameters.md

File metadata and controls

21 lines (14 loc) · 556 Bytes

Phrase::JobTemplateUpdateParameters

Properties

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

Code Sample

require 'Phrase'

instance = Phrase::JobTemplateUpdateParameters.new(branch: my-feature-branch,
                                 name: template,
                                 briefing: text)