Sha256: 8ba3afef2509e6e363f59899abae01babdc8e068547e7efc7f7ad21a7015db7d
Contents?: true
Size: 998 Bytes
Versions: 3
Compression:
Stored size: 998 Bytes
Contents
# Phrase::KeyLink ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **Time** | The timestamp when the link was created. | **updated_at** | **Time** | The timestamp when the link was last updated. | **created_by** | [**UserPreview**](UserPreview.md) | | **updated_by** | [**UserPreview**](UserPreview.md) | | **account** | [**Account**](Account.md) | | **parent** | [**KeyPreview**](KeyPreview.md) | | **children** | [**Array<KeyPreview>**](KeyPreview.md) | The child translation keys linked to the parent. | ## Code Sample ```ruby require 'Phrase' instance = Phrase::KeyLink.new(created_at: null, updated_at: null, created_by: null, updated_by: null, account: null, parent: null, children: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.26.0 | docs/KeyLink.md |
phrase-2.25.0 | docs/KeyLink.md |
phrase-2.24.0 | docs/KeyLink.md |