Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 444 Bytes

CommentCreateParameters1.md

File metadata and controls

19 lines (12 loc) · 444 Bytes

Phrase::CommentCreateParameters1

Properties

Name Type Description Notes
message String Reply message body
branch String Specify the branch to use [optional]

Code Sample

require 'Phrase'

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