public sealed class DestroyCryptoKeyVersionRequest : IMessage<DestroyCryptoKeyVersionRequest>, IEquatable<DestroyCryptoKeyVersionRequest>, IDeepCloneable<DestroyCryptoKeyVersionRequest>, IBufferMessage, IMessage
Request message for
[KeyManagementService.DestroyCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.DestroyCryptoKeyVersion].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DestroyCryptoKeyVersionRequest` class, which is used for requesting the destruction of a `CryptoKeyVersion` in the Google Cloud Key Management Service (KMS)."],["The page lists multiple versions of the `DestroyCryptoKeyVersionRequest` class, ranging from version 2.2.0 up to the latest version 3.16.0."],["The `DestroyCryptoKeyVersionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `DestroyCryptoKeyVersionRequest` as a parameter for cloning, with the properties `CryptoKeyVersionName` and `Name` allowing for specifying the version to be destroyed."],["The `DestroyCryptoKeyVersionRequest` class is located within the `Google.Cloud.Kms.V1` namespace and the `Google.Cloud.Kms.V1.dll` assembly."]]],[]]