Sha256: c9075cbf9baefeb755d225ded1dfc7591acdc1816ef104cb3a81f5150b93ea42

Contents?: true

Size: 450 Bytes

Versions: 62

Compression:

Stored size: 450 Bytes

Contents

# Phrase::CommentUpdateParameters

## 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::CommentUpdateParameters.new(branch: my-feature-branch,
                                 message: Some message...)
```


Version data entries

62 entries across 62 versions & 1 rubygems

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