Sha256: 073dcb21ffecc5816459217c708f6c6e1f5a0adab4d7a7e03a966e4715e45958
Contents?: true
Size: 824 Bytes
Versions: 3
Compression:
Stored size: 824 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] ## Code Sample ```ruby require 'Phrase' instance = Phrase::CommentsListParameters.new(branch: my-feature-branch, query: Some comment content, locale_ids: ["someId","otherId"], filters: ["read","unread"]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.17.0 | docs/CommentsListParameters.md |
phrase-2.16.0 | docs/CommentsListParameters.md |
phrase-2.15.0 | docs/CommentsListParameters.md |