Sha256: c87fa1f7802a92db47b15c44aebe216252ead41d45777257c564c1589f7ceb21

Contents?: true

Size: 1.42 KB

Versions: 35

Compression:

Stored size: 1.42 KB

Contents

# Phrase::TranslationUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**content** | **String** | Translation content | [optional] 
**plural_suffix** | **String** | Plural suffix. Can be one of: zero, one, two, few, many, other. Must be specified if the key associated to the translation is pluralized. | [optional] 
**unverified** | **Boolean** | Indicates whether translation is unverified. Part of the <a href=\"https://support.phrase.com/hc/en-us/articles/5784094755484\" target=\"_blank\">Advanced Workflows</a> feature. | [optional] 
**excluded** | **Boolean** | Indicates whether translation is excluded. | [optional] 
**autotranslate** | **Boolean** | Indicates whether the translation should be auto-translated. Responses with status 422 if provided for translation within a non-default locale or the project does not have the Autopilot feature enabled. | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationUpdateParameters.new(branch: my-feature-branch,
                                 content: My translation,
                                 plural_suffix: null,
                                 unverified: null,
                                 excluded: null,
                                 autotranslate: null)
```


Version data entries

35 entries across 35 versions & 1 rubygems

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