# 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] ## Code Sample ```ruby require 'Phrase' instance = Phrase::RepliesListParameters.new(branch: my-feature-branch, query: Some comment content, filters: ["read","unread"]) ```