| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | Reply message body | |
| branch | String | Specify the branch to use | [optional] |
require 'Phrase'
instance = Phrase::CommentCreateParameters1.new(message: Some message...,
branch: my-feature-branch)