Sha256: 3136ed1e7ffa70fed542e61582bb033fb23377217434629ba85278552db2a0ec

Contents?: true

Size: 1.05 KB

Versions: 11

Compression:

Stored size: 1.05 KB

Contents

# 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**](UserPreview.md) |  | [optional] 
**updated_by** | [**UserPreview**](UserPreview.md) |  | [optional] 
**account** | [**Account**](Account.md) |  | [optional] 
**parent** | [**KeyPreview**](KeyPreview.md) |  | [optional] 
**children** | [**Array<KeyPreview>**](KeyPreview.md) | The child translation keys linked to the parent. | [optional] 

## 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

11 entries across 11 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/KeyLink.md
phrase-3.7.0 docs/KeyLink.md
phrase-3.6.0 docs/KeyLink.md
phrase-3.5.0 docs/KeyLink.md
phrase-3.4.0 docs/KeyLink.md
phrase-3.3.0 docs/KeyLink.md
phrase-3.2.1 docs/KeyLink.md
phrase-3.2.0 docs/KeyLink.md
phrase-3.1.1 docs/KeyLink.md
phrase-3.1.0 docs/KeyLink.md
phrase-3.0.0 docs/KeyLink.md