public sealed class DestroyCryptoKeyVersionRequest : IMessage<DestroyCryptoKeyVersionRequest>, IEquatable<DestroyCryptoKeyVersionRequest>, IDeepCloneable<DestroyCryptoKeyVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class DestroyCryptoKeyVersionRequest.
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-04-09 UTC."],[[["This document provides reference documentation for the `DestroyCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API, specifically in the .NET context."],["The latest version of the API available in this list is 3.16.0, while the oldest one goes as far back as version 2.2.0 for the `DestroyCryptoKeyVersionRequest` functionality."],["The `DestroyCryptoKeyVersionRequest` class is a request message used to destroy a `CryptoKeyVersion`, and it inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors and two main properties: `CryptoKeyVersionName` which provides a typed view, and `Name`, a string that is required to specify the resource name of the `CryptoKeyVersion` to be destroyed."]]],[]]