Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 366 Bytes

TranslationParent.md

File metadata and controls

19 lines (12 loc) · 366 Bytes

Phrase::TranslationParent

Properties

Name Type Description Notes
id String [optional]
content String [optional]

Code Sample

require 'Phrase'

instance = Phrase::TranslationParent.new(id: null,
                                 content: null)