| 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] |
require 'phrase'
instance = Phrase::KeyLink.new(created_at: nil,
updated_at: nil,
created_by: nil,
updated_by: nil,
account: nil,
parent: nil,
children: nil)