Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 448 Bytes

File metadata and controls

19 lines (12 loc) · 448 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')