Sha256: 202d02ac6a9e9a72f55c9fe55f1685952d9a70c2d5a906dd4a698304a618851b

Contents?: true

Size: 774 Bytes

Versions: 1

Compression:

Stored size: 774 Bytes

Contents

# Phrase::TranslationsIncludeParameters

## 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::TranslationsIncludeParameters.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/TranslationsIncludeParameters.md