Sha256: 5e8133225561d94f62a5b20ee9fbf348663c6949dd0fba8e813538e6ddce3469

Contents?: true

Size: 1.87 KB

Versions: 47

Compression:

Stored size: 1.87 KB

Contents

# Phrase::KeysUntagParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**q** | **String** | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul>   <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li>   <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons  need to be escaped with double backslashes</li>   <li><code>tags:tag_name</code> to filter for keys with certain tags</li>   <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li>   <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li>   <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.  | [optional] 
**locale_id** | **String** | Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional] 
**tags** | **String** | Tag or comma-separated list of tags to remove from the matching collection of keys | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::KeysUntagParameters.new(branch: my-feature-branch,
                                 q: mykey* translated:true,
                                 locale_id: abcd1234abcd1234abcd1234abcd1234,
                                 tags: landing-page,release-1.2)
```


Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/KeysUntagParameters.md
phrase-3.7.0 docs/KeysUntagParameters.md
phrase-3.6.0 docs/KeysUntagParameters.md
phrase-3.5.0 docs/KeysUntagParameters.md
phrase-3.4.0 docs/KeysUntagParameters.md
phrase-3.3.0 docs/KeysUntagParameters.md
phrase-3.2.1 docs/KeysUntagParameters.md
phrase-3.2.0 docs/KeysUntagParameters.md
phrase-3.1.1 docs/KeysUntagParameters.md
phrase-3.1.0 docs/KeysUntagParameters.md
phrase-3.0.0 docs/KeysUntagParameters.md
phrase-2.26.0 docs/KeysUntagParameters.md
phrase-2.25.0 docs/KeysUntagParameters.md
phrase-2.24.0 docs/KeysUntagParameters.md
phrase-2.23.0 docs/KeysUntagParameters.md
phrase-2.22.2 docs/KeysUntagParameters.md
phrase-2.22.1 docs/KeysUntagParameters.md
phrase-2.22.0 docs/KeysUntagParameters.md
phrase-2.21.0 docs/KeysUntagParameters.md
phrase-2.20.0 docs/KeysUntagParameters.md