Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 520 Bytes

File metadata and controls

23 lines (16 loc) · 520 Bytes

Phrase::JobAnnotation

Properties

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

Code Sample

require 'phrase'

instance = Phrase::JobAnnotation.new(name: nil,
                                 value: nil,
                                 created_at: nil,
                                 updated_at: nil)