# Phrase::TranslationParent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **content** | **String** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TranslationParent.new(id: null, content: null) ```