Sha256: a0896c5339a41392b5d037db469c17144ce75db41803c4e123c787ba67b43902

Contents?: true

Size: 750 Bytes

Versions: 24

Compression:

Stored size: 750 Bytes

Contents

# Phrase::RepliesListParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | Specify the branch to use | [optional] 
**query** | **String** | Search query for comment messages | [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::RepliesListParameters.new(branch: my-feature-branch,
                                 query: Some comment content,
                                 filters: ["read","unread"],
                                 order: desc)
```


Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/RepliesListParameters.md
phrase-2.20.0 docs/RepliesListParameters.md
phrase-2.19.0 docs/RepliesListParameters.md
phrase-2.18.0 docs/RepliesListParameters.md