| Name |
Type |
Description |
Notes |
| id |
String |
|
[optional] |
| name |
String |
|
[optional] |
| briefing |
String |
|
[optional] |
| project |
ProjectShort |
|
[optional] |
| branch |
Branch |
|
[optional] |
| autotranslate_enabled |
Boolean |
When `true`, jobs created from this template are auto-translated on creation. |
[optional] |
| created_at |
Time |
|
[optional] |
| updated_at |
Time |
|
[optional] |
require 'Phrase'
instance = Phrase::JobTemplate.new(id: null,
name: null,
briefing: null,
project: null,
branch: null,
autotranslate_enabled: null,
created_at: null,
updated_at: null)