Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.05 KB

KeyLink.md

File metadata and controls

29 lines (22 loc) · 1.05 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: null,
                                 updated_at: null,
                                 created_by: null,
                                 updated_by: null,
                                 account: null,
                                 parent: null,
                                 children: null)