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-1.0.11 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.10 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.9 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.8 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.7 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.6 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.5 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.4 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.3 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.2 docs/GlossaryTermTranslationCreateParameters.md
phrase-1.0.1 docs/GlossaryTermTranslationCreateParameters.md