public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DestroySecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DestroySecretVersion].
Optional. Etag of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. The request succeeds if it matches
the etag of the currently stored secret version object. If the etag is
omitted, the request succeeds.
Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to destroy in the format
projects/*/secrets/*/versions/*.
[[["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 document outlines the `DestroySecretVersionRequest` class, which is used to send requests to destroy a secret version in Google Cloud Secret Manager."],["The latest version available is 2.5.0, but there are multiple older versions listed, ranging down to version 1.3.0, each with its corresponding link to the documentation."],["The `DestroySecretVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `DestroySecretVersionRequest` class include `Name` (the resource name of the secret version to destroy), `SecretVersionName` (a typed view over the `Name`), and `Etag` (optional etag of the secret version)."],["There are two constructors available for creating an instance of `DestroySecretVersionRequest`, a parameterless constructor, and one that accepts another `DestroySecretVersionRequest` instance as a parameter."]]],[]]