Sha256: 56f398365845a70d928958eb1d6220eabb587e9f140d7ac1aacd1ed6ba79e4c9
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# Phrase::TranslationsUnverifyParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **q** | **String** | q_description_placeholder | [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::TranslationsUnverifyParameters.new(branch: my-feature-branch, q: PhraseApp*%20verified:true%20tags:feature,center, sort: updated_at, order: desc) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.1 | docs/TranslationsUnverifyParameters.md |