Sha256: e037ccf74a5e7a60f02d050ad91bcc25d1fdc9a54de4dbb123352cdcc35a77d8
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
# Phrase::CommentCreateParameters1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | Reply message body | **branch** | **String** | Specify the branch to use | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::CommentCreateParameters1.new(message: Some message..., branch: my-feature-branch) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-3.7.1 | docs/CommentCreateParameters1.md |
phrase-3.7.0 | docs/CommentCreateParameters1.md |