Sha256: e09fbda88d75a2223e7c228315ddb69597f88c26ead8fdd85ad4409cf3ee1d43
Contents?: true
Size: 621 Bytes
Versions: 11
Compression:
Stored size: 621 Bytes
Contents
# Phrase::KeyLinksBatchDestroyParameters ## Properties 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] ## Code Sample ```ruby require 'Phrase' instance = Phrase::KeyLinksBatchDestroyParameters.new(child_key_ids: ["child_key_id1","child_key_id2"], unlink_parent: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems