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 |
require 'Phrase'
instance = Phrase::KeyLinksCreateParameters.new(child_key_ids: ["child_key_id1","child_key_id2"])