public sealed class DeleteSecretRequest : IMessage<DeleteSecretRequest>, IEquatable<DeleteSecretRequest>, IDeepCloneable<DeleteSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DeleteSecret][google.cloud.secretmanager.v1.SecretManagerService.DeleteSecret].
[[["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 `DeleteSecretRequest` class, which is used to request the deletion of a secret in Google Cloud Secret Manager."],["The latest version of this class is 2.5.0, while this specific page covers version 1.3.0, and the webpage lists all versions from 1.3.0 to 2.5.0."],["`DeleteSecretRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `DeleteSecretRequest` object as a parameter."],["The `Name` property, representing the secret's resource name, is a required string in the format `projects/*/secrets/*` and has a `SecretName`-typed view."]]],[]]