Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

CommentCreateParameters.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

Phrase::CommentCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
message String Comment message [optional]

Code Sample

require 'Phrase'

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