Sha256: 54b41cc869c0174108aaad62507f17e1b097e14f414efa1062ffaaed665fdabb

Contents?: true

Size: 517 Bytes

Versions: 64

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

64 entries across 64 versions & 1 rubygems

Version Path
phrase-1.0.4 docs/GlossaryTermTranslationUpdateParameters.md
phrase-1.0.3 docs/GlossaryTermTranslationUpdateParameters.md
phrase-1.0.2 docs/GlossaryTermTranslationUpdateParameters.md
phrase-1.0.1 docs/GlossaryTermTranslationUpdateParameters.md