Sha256: 5e2a965fca659d78d4595fe934fedeb5c5832b889b104347f030a101864b82ec
Contents?: true
Size: 556 Bytes
Versions: 47
Compression:
Stored size: 556 Bytes
Contents
# 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 ```ruby require 'Phrase' instance = Phrase::JobTemplateUpdateParameters.new(branch: my-feature-branch, name: template, briefing: text) ```
Version data entries
47 entries across 47 versions & 1 rubygems