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: null,
updated_at: null,
created_by: null,
updated_by: null,
account: null,
parent: null,
children: null)