Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 938 Bytes

CommentsListParameters.md

File metadata and controls

25 lines (18 loc) · 938 Bytes

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

require 'Phrase'

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