Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 877 Bytes

JobComment.md

File metadata and controls

29 lines (22 loc) · 877 Bytes

Phrase::JobComment

Properties

Name Type Description Notes
id String [optional]
message String [optional]
job_id String [optional]
user UserPreview [optional]
created_at Time [optional]
updated_at Time [optional]
mentioned_users Array<UserPreview> [optional]

Code Sample

require 'Phrase'

instance = Phrase::JobComment.new(id: null,
                                 message: null,
                                 job_id: null,
                                 user: null,
                                 created_at: null,
                                 updated_at: null,
                                 mentioned_users: null)