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