Sha256: 33ccae65146de4c2bacc72797a057076ab28f7487eab35d7f1425eca2d8da7b9

Contents?: true

Size: 938 Bytes

Versions: 22

Compression:

Stored size: 938 Bytes

Contents

# Phrase::CommentsListParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | Specify the branch to use | [optional] 
**query** | **String** | Search query for comment messages | [optional] 
**locale_ids** | **Array<String>** | Search comments by their assigned locales | [optional] 
**filters** | **Array<String>** | Specify filters to find comments by | [optional] 
**order** | **String** | Specify ordering of comments | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::CommentsListParameters.new(branch: my-feature-branch,
                                 query: Some comment content,
                                 locale_ids: ["someId","otherId"],
                                 filters: ["read","unread"],
                                 order: desc)
```


Version data entries

22 entries across 22 versions & 1 rubygems

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