public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessage
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-04-02 UTC."],[[["The `DestroySecretVersionRequest` class is a request message used for the `SecretManagerService.DestroySecretVersion` operation within the `Google.Cloud.SecretManager.V1Beta1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["It contains two constructors: a default one and another that takes a `DestroySecretVersionRequest` object for creating a new instance."],["It has two properties, `Name` which is of type `string` and `SecretVersionName` of type `SecretVersionName`, which is a typed view over the `Name` property, both designed to identify the specific secret version targeted for destruction."],["The `Name` property is a required field representing the resource name of the secret version in the format `projects/*/secrets/*/versions/*`."]]],[]]