Sha256: 054c2f51e7d9ddc2a0cc1647a422d740ac2e46d7e6d711feab5b3362e05403a1

Contents?: true

Size: 1.54 KB

Versions: 34

Compression:

Stored size: 1.54 KB

Contents

# Phrase::TranslationsVerifyParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**locale_id** | **String** | specify the locale of the translations to be verified | [optional] 
**q** | **String** | Specify a query to find translations by content (including wildcards).<br><br> <i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><br> The following qualifiers are supported in the query:<br> <ul>   <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li>   <li><code>tags:XYZ</code> for tags on the translation</li>   <li><code>unverified:{true|false}</code> for verification status</li>   <li><code>excluded:{true|false}</code> for exclusion status</li>   <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationsVerifyParameters.new(branch: my-feature-branch,
                                 locale_id: fc2f11dd6a658fa9652f6f0a9ebee688,
                                 q: PhraseApp*%20unverified:true%20tags:feature,center)
```


Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/TranslationsVerifyParameters.md
phrase-2.20.0 docs/TranslationsVerifyParameters.md
phrase-2.19.0 docs/TranslationsVerifyParameters.md
phrase-2.18.0 docs/TranslationsVerifyParameters.md
phrase-2.17.0 docs/TranslationsVerifyParameters.md
phrase-2.16.0 docs/TranslationsVerifyParameters.md
phrase-2.15.0 docs/TranslationsVerifyParameters.md
phrase-2.14.0 docs/TranslationsVerifyParameters.md
phrase-2.13.0 docs/TranslationsVerifyParameters.md
phrase-2.12.0 docs/TranslationsVerifyParameters.md
phrase-2.11.0 docs/TranslationsVerifyParameters.md
phrase-2.10.0 docs/TranslationsVerifyParameters.md
phrase-2.9.0 docs/TranslationsVerifyParameters.md
phrase-2.8.7 docs/TranslationsVerifyParameters.md