Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

JobCommentUpdateParameters.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

Phrase::JobCommentUpdateParameters

Properties

Name Type Description Notes
message String Comment message [optional]
branch String Branch name for the job [optional]

Code Sample

require 'Phrase'

instance = Phrase::JobCommentUpdateParameters.new(message: Some message...,
                                 branch: my-feature-branch)