Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 458 Bytes

File metadata and controls

19 lines (12 loc) · 458 Bytes

Phrase::JobAnnotationUpdateParameters

Properties

Name Type Description Notes
value String Annotation value [optional]
branch String Branch name of the job [optional]

Code Sample

require 'phrase'

instance = Phrase::JobAnnotationUpdateParameters.new(value: 'Some value...',
                                 branch: 'my-feature-branch')