Phrase::TranslationVersionWithUser Properties Name Type Description Notes id String [optional] content String [optional] plural_suffix String [optional] key KeyPreview [optional] locale LocalePreview [optional] created_at Time [optional] updated_at Time [optional] changed_at Time [optional] user UserPreview [optional] Code Sample require 'Phrase' instance = Phrase::TranslationVersionWithUser.new(id: null, content: null, plural_suffix: null, key: null, locale: null, created_at: null, updated_at: null, changed_at: null, user: null)