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-03-21 UTC."],[[["This webpage provides reference documentation for the `DestroyCryptoKeyVersionRequest` class within the Google Cloud Key Management Service v1 API."],["The `DestroyCryptoKeyVersionRequest` class is used to request the destruction of a specific `CryptoKeyVersion` and is part of the `Google.Cloud.Kms.V1` namespace."],["The page lists all previous versions of this API, starting from version 2.2.0, going all the way up to the latest version of 3.16.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the .NET environment."],["The class has two available constructors and two properties: `CryptoKeyVersionName` and `Name`, used to create and provide information on the `CryptoKeyVersion` that will be destroyed."]]],[]]