Sha256: 08c49c0c674db84f6fd71113094fa09236ec736fcdc0ccbad282296b257eb829

Contents?: true

Size: 450 Bytes

Versions: 60

Compression:

Stored size: 450 Bytes

Contents

# Phrase::CommentCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**message** | **String** | Comment message | [optional] 

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
phrase-3.6.0 docs/CommentCreateParameters.md
phrase-3.5.0 docs/CommentCreateParameters.md
phrase-3.4.0 docs/CommentCreateParameters.md
phrase-3.3.0 docs/CommentCreateParameters.md
phrase-3.2.1 docs/CommentCreateParameters.md
phrase-3.2.0 docs/CommentCreateParameters.md
phrase-3.1.1 docs/CommentCreateParameters.md
phrase-3.1.0 docs/CommentCreateParameters.md
phrase-3.0.0 docs/CommentCreateParameters.md
phrase-2.26.0 docs/CommentCreateParameters.md
phrase-2.25.0 docs/CommentCreateParameters.md
phrase-2.24.0 docs/CommentCreateParameters.md
phrase-2.23.0 docs/CommentCreateParameters.md
phrase-2.22.2 docs/CommentCreateParameters.md
phrase-2.22.1 docs/CommentCreateParameters.md
phrase-2.22.0 docs/CommentCreateParameters.md
phrase-2.21.0 docs/CommentCreateParameters.md
phrase-2.20.0 docs/CommentCreateParameters.md
phrase-2.19.0 docs/CommentCreateParameters.md
phrase-2.18.0 docs/CommentCreateParameters.md