Sha256: 0acabbb7d9f48a5228e970814973d9dfa03ea5ad8923cf1f3ebeb8eade0afce9

Contents?: true

Size: 1.5 KB

Versions: 29

Compression:

Stored size: 1.5 KB

Contents

# Phrase::TranslationsExcludeParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**q** | **String** | Specify a query to find translations by content (including wildcards).<br><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] 
**sort** | **String** | Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional] 
**order** | **String** | Order direction. Can be one of: asc, desc. | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationsExcludeParameters.new(branch: my-feature-branch,
                                 q: PhraseApp*%20verified:true%20tags:feature,center,
                                 sort: updated_at,
                                 order: desc)
```


Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
phrase-2.8.3 docs/TranslationsExcludeParameters.md
phrase-2.8.2 docs/TranslationsExcludeParameters.md
phrase-2.8.1 docs/TranslationsExcludeParameters.md
phrase-2.8.0 docs/TranslationsExcludeParameters.md
phrase-2.7.2 docs/TranslationsExcludeParameters.md
phrase-2.7.1 docs/TranslationsExcludeParameters.md
phrase-2.7.0 docs/TranslationsExcludeParameters.md
phrase-2.6.0 docs/TranslationsExcludeParameters.md
phrase-2.5.1 docs/TranslationsExcludeParameters.md
phrase-2.5.0 docs/TranslationsExcludeParameters.md
phrase-2.4.0 docs/TranslationsExcludeParameters.md
phrase-2.3.1 docs/TranslationsExcludeParameters.md
phrase-2.3.0 docs/TranslationsExcludeParameters.md
phrase-2.2.0 docs/TranslationsExcludeParameters.md
phrase-2.1.0 docs/TranslationsExcludeParameters.md
phrase-2.0.0 docs/TranslationsExcludeParameters.md
phrase-1.0.14 docs/TranslationsExcludeParameters.md
phrase-1.0.13 docs/TranslationsExcludeParameters.md
phrase-1.0.12 docs/TranslationsExcludeParameters.md
phrase-1.0.11 docs/TranslationsExcludeParameters.md