Name | Type | Description | Notes |
---|---|---|---|
child_key_ids | Array<String> | The IDs of the child keys to unlink from the parent key. | |
unlink_parent | Boolean | Whether to unlink the parent key as well and unmark it as linked-key. | [optional] [default to false] |
require 'Phrase'
instance = Phrase::KeyLinksBatchDestroyParameters.new(child_key_ids: ["child_key_id1","child_key_id2"],
unlink_parent: null)