Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.03 KB

File metadata and controls

31 lines (24 loc) · 1.03 KB

Phrase::JobTemplate

Properties

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]

Code Sample

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)