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 `CryptoKeyVersion` in the Google Cloud Key Management Service (KMS)."],["The `DestroyCryptoKeyVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The page covers various versions of the class, ranging from the latest version 3.16.0 down to 2.2.0, accessible via links to each specific version's documentation."],["The class has two constructors, a default one, and another that copies the values from an existing `DestroyCryptoKeyVersionRequest` object."],["The `DestroyCryptoKeyVersionRequest` class has two properties, `CryptoKeyVersionName`, a typed view of the name property, and `Name`, a string that holds the resource name of the CryptoKeyVersion to destroy."]]],[]]