Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 844 Bytes

JobTemplate.md

File metadata and controls

29 lines (22 loc) · 844 Bytes

Phrase::JobTemplate

Properties

Name Type Description Notes
id String [optional]
name String [optional]
briefing String [optional]
project ProjectShort [optional]
branch Branch [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,
                                 created_at: null,
                                 updated_at: null)