Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 970 Bytes

TranslationVersion.md

File metadata and controls

31 lines (24 loc) · 970 Bytes

Phrase::TranslationVersion

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]

Code Sample

require 'Phrase'

instance = Phrase::TranslationVersion.new(id: null,
                                 content: null,
                                 plural_suffix: null,
                                 key: null,
                                 locale: null,
                                 created_at: null,
                                 updated_at: null,
                                 changed_at: null)