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 page details the `DestroyCryptoKeyVersionRequest` class, which is used to request the destruction of a specific `CryptoKeyVersion`."],["It provides a history of versions from 2.2.0 to the latest 3.16.0 for the `DestroyCryptoKeyVersionRequest` class, with the ability to navigate to documentation for each version."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `CryptoKeyVersionName` and `Name`, with `Name` being a required field representing the resource name of the `CryptoKeyVersion` to destroy."],["There are two constructors for the class, a default constructor, and one that takes another `DestroyCryptoKeyVersionRequest` as a parameter for copying."]]],[]]