Sha256: 3e9563e12fd7abc7baefba4ca203d40077d8c95c31913355a71186a136ccb271

Contents?: true

Size: 517 Bytes

Versions: 51

Compression:

Stored size: 517 Bytes

Contents

# Phrase::GlossaryTermTranslationCreateParameters

## 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::GlossaryTermTranslationCreateParameters.new(locale_code: en-US,
                                 content: My translated term)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
phrase-2.8.7 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.8.3 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.8.2 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.8.1 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.8.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.7.2 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.7.1 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.7.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.6.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.5.1 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.5.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.4.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.3.1 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.3.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.2.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.1.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.0.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.14 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.13 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.12 docs/GlossaryTermTranslationCreateParameters.md