Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.04 KB

File metadata and controls

29 lines (22 loc) · 1.04 KB

Phrase::KeyLink

Properties

Name Type Description Notes
created_at Time The timestamp when the link was created. [optional]
updated_at Time The timestamp when the link was last updated. [optional]
created_by UserPreview [optional]
updated_by UserPreview [optional]
account Account [optional]
parent KeyPreview [optional]
children Array<KeyPreview> The child translation keys linked to the parent. [optional]

Code Sample

require 'phrase'

instance = Phrase::KeyLink.new(created_at: nil,
                                 updated_at: nil,
                                 created_by: nil,
                                 updated_by: nil,
                                 account: nil,
                                 parent: nil,
                                 children: nil)