Sha256: 8c2e2848390be1f1fb7a3bb45bfca793657c67ae6dcfcef2bd9015fd04333adb

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 Bytes

Contents

# Phrase::CommentCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | Comment message | 
**branch** | **String** | specify the branch to use | [optional] 
**locale_ids** | **Array<String>** | specify the locales for the comment | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::CommentCreateParameters.new(message: Some message...,
                                 branch: my-feature-branch,
                                 locale_ids: ["someId","someOtherId"])
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/CommentCreateParameters.md
phrase-3.7.0 docs/CommentCreateParameters.md