public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DestroySecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DestroySecretVersion].
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 webpage details the `DestroySecretVersionRequest` class, which is used to send requests to the `SecretManagerService.DestroySecretVersion` method."],["The `DestroySecretVersionRequest` class is available in various versions, from 1.3.0 up to the latest version 2.5.0."],["The `DestroySecretVersionRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Name` (a string) and `SecretVersionName` (a `SecretVersionName` type) to identify the secret version being targeted for destruction."],["The main purpose of the `DestroySecretVersionRequest` is to destroy a specific `SecretVersion` within a given project, according to its name, which follows the format: `projects/*/secrets/*/versions/*`."]]],[]]