Name | Type | Description | Notes |
---|---|---|---|
branch | String | specify the branch to use | [optional] |
name | String | Job template name | |
briefing | String | Briefing for the translators | [optional] |
require 'Phrase'
instance = Phrase::JobTemplateUpdateParameters.new(branch: my-feature-branch,
name: template,
briefing: text)