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