public sealed class DeleteSecretRequest : IMessage<DeleteSecretRequest>, IEquatable<DeleteSecretRequest>, IDeepCloneable<DeleteSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DeleteSecret][google.cloud.secretmanager.v1.SecretManagerService.DeleteSecret].
Optional. Etag of the [Secret][google.cloud.secretmanager.v1.Secret]. The request succeeds if it matches
the etag of the currently stored secret object. If the etag is omitted,
the request succeeds.
[[["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 within the `Google.Cloud.SecretManager.V1` namespace, used for deleting secrets in the Google Cloud Secret Manager service."],["The `DeleteSecretRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version listed is 2.5.0, with the provided context focusing on version 1.8.0, and it is possible to view all the documentation of versions between 2.5.0 and 1.3.0, as they are all listed."],["The class has two constructors: a parameterless one, and one that takes another `DeleteSecretRequest` as a parameter."],["The key properties of the `DeleteSecretRequest` class are `Etag`, `Name`, and `SecretName`, which are used to specify the secret to be deleted and confirm the deletion is correct."]]],[]]