Sha256: 54b41cc869c0174108aaad62507f17e1b097e14f414efa1062ffaaed665fdabb

Contents?: true

Size: 517 Bytes

Versions: 62

Compression:

Stored size: 517 Bytes

Contents

# Phrase::GlossaryTermTranslationUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locale_code** | **String** | Identifies the language for this translation | [optional] 
**content** | **String** | The content of the translation | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GlossaryTermTranslationUpdateParameters.new(locale_code: en-US,
                                 content: My translated term)
```


Version data entries

62 entries across 62 versions & 1 rubygems

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