public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class DestroySecretVersionRequest.
Request message for [SecretManagerService.DestroySecretVersion][google.cloud.secrets.v1beta1.SecretManagerService.DestroySecretVersion].
Required. The resource name of the [SecretVersion][google.cloud.secrets.v1beta1.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 page provides documentation for the `DestroySecretVersionRequest` class within the Google Cloud Secret Manager v1beta1 API, specifically for the .NET environment."],["`DestroySecretVersionRequest` is a class used to request the destruction of a specific secret version, in the Secret Manager v1beta1 API, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DestroySecretVersionRequest` class includes properties such as `Name` and `SecretVersionName`, where `Name` is required to specify the secret version to be destroyed, in the format `projects/*/secrets/*/versions/*`."],["The latest version of the class is 3.0.0-beta05, as indicated in the provided version history, with two other previous versions, 3.0.0-beta04 and 2.0.0-beta05."],["The `DestroySecretVersionRequest` class can be instantiated using either an empty constructor or by copying an existing `DestroySecretVersionRequest` object."]]],[]]