Sha256: 893720a1f9bede4bf33a6262e4a70d6a25f8fb9ee2198aa5888f80e668e735fc

Contents?: true

Size: 483 Bytes

Versions: 14

Compression:

Stored size: 483 Bytes

Contents

# Phrase::KeyLinksCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**child_key_ids** | **Array<String>** | The IDs of the child keys to link to the parent key. Can be left empty, to only mark the given translation-key as parent | 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::KeyLinksCreateParameters.new(child_key_ids: ["child_key_id1","child_key_id2"])
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/KeyLinksCreateParameters.md
phrase-3.7.0 docs/KeyLinksCreateParameters.md
phrase-3.6.0 docs/KeyLinksCreateParameters.md
phrase-3.5.0 docs/KeyLinksCreateParameters.md
phrase-3.4.0 docs/KeyLinksCreateParameters.md
phrase-3.3.0 docs/KeyLinksCreateParameters.md
phrase-3.2.1 docs/KeyLinksCreateParameters.md
phrase-3.2.0 docs/KeyLinksCreateParameters.md
phrase-3.1.1 docs/KeyLinksCreateParameters.md
phrase-3.1.0 docs/KeyLinksCreateParameters.md
phrase-3.0.0 docs/KeyLinksCreateParameters.md
phrase-2.26.0 docs/KeyLinksCreateParameters.md
phrase-2.25.0 docs/KeyLinksCreateParameters.md
phrase-2.24.0 docs/KeyLinksCreateParameters.md