Sha256: c2e7f287e4576c7212493dda7694065462e78843441b0ddefddfad6b30daa707
Contents?: true
Size: 664 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems