Sha256: 3c5b99daff670596bd841cff4a269aa09d134db9ab41b3b9ff61ced5d140a250
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 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. | ## Code Sample ```ruby require 'Phrase' instance = Phrase::KeyLinksBatchDestroyParameters.new(child_key_ids: ["child_key_id1","child_key_id2"]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.26.0 | docs/KeyLinksBatchDestroyParameters.md |
phrase-2.25.0 | docs/KeyLinksBatchDestroyParameters.md |
phrase-2.24.0 | docs/KeyLinksBatchDestroyParameters.md |