Sha256: c2e7f287e4576c7212493dda7694065462e78843441b0ddefddfad6b30daa707
Contents?: true
Size: 664 Bytes
Versions: 23
Compression:
Stored size: 664 Bytes
Contents
# Phrase::GlossaryTermTranslation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **locale_code** | **String** | | [optional] **content** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::GlossaryTermTranslation.new(id: null, locale_code: null, content: null, created_at: null, updated_at: null) ```
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.21.0 | docs/GlossaryTermTranslation.md |
phrase-2.20.0 | docs/GlossaryTermTranslation.md |
phrase-2.19.0 | docs/GlossaryTermTranslation.md |