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 page details the `DeleteSecretRequest` class within the `Google.Cloud.SecretManager.V1` namespace, used for sending requests to delete secrets in the Secret Manager service."],["The latest version of `DeleteSecretRequest` is 2.5.0, with a history of versions available, ranging back to version 1.3.0."],["The `DeleteSecretRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the class is `Name`, a string representing the resource name of the secret to be deleted, with the format `projects/*/secrets/*`, and there's also the `SecretName` property, which provides a typed view over this resource name."],["The class has two constructors, a default one, and another one that takes another `DeleteSecretRequest` object as a parameter."]]],[]]