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` in the Google Cloud Key Management Service (KMS)."],["The latest version documented is 3.16.0, with a list of past versions dating back to 2.2.0, allowing users to access documentation specific to each release of `DestroyCryptoKeyVersionRequest`."],["The `DestroyCryptoKeyVersionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and another that accepts an existing `DestroyCryptoKeyVersionRequest` object as a parameter, supporting basic instantiation and copying."],["The class has two properties, `CryptoKeyVersionName` and `Name`, where `Name` represents the required resource name of the `CryptoKeyVersion` to destroy, while `CryptoKeyVersionName` provides a typed view of `Name`."]]],[]]