Name | Type | Description | Notes |
---|---|---|---|
locale_code | String | Identifies the language for this translation | [optional] |
content | String | The content of the translation | [optional] |
require 'Phrase'
instance = Phrase::GlossaryTermTranslationUpdateParameters.new(locale_code: en-US,
content: My translated term)