Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 652 Bytes

OrganizationJobTemplate.md

File metadata and controls

25 lines (18 loc) · 652 Bytes

Phrase::OrganizationJobTemplate

Properties

Name Type Description Notes
id String [optional]
name String [optional]
briefing String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::OrganizationJobTemplate.new(id: null,
                                 name: null,
                                 briefing: null,
                                 created_at: null,
                                 updated_at: null)