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 to request the destruction of a specific `CryptoKeyVersion`."],["The `DestroyCryptoKeyVersionRequest` class is part of the `Google.Cloud.Kms.V1` namespace and is contained within the `Google.Cloud.Kms.V1.dll` assembly."],["The page lists a history of versions of the `DestroyCryptoKeyVersionRequest`, from the latest version 3.16.0 back to version 2.2.0, with the page in question being version 2.7.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods from the base `Object` class."],["The class offers two constructors, a parameterless one and one that accepts another `DestroyCryptoKeyVersionRequest` object, and it also has properties for `CryptoKeyVersionName` and `Name`."]]],[]]