Sha256: 626ac34b7082f2978e79d91f4860a528ef3fa80b5fd319ded593d564dcb2b913
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
# Phrase::KeysUntagParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **q** | **String** | q_description_placeholder | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.1 | docs/KeysUntagParameters.md |