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