public sealed class DeleteSecretRequest : IMessage<DeleteSecretRequest>, IEquatable<DeleteSecretRequest>, IDeepCloneable<DeleteSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DeleteSecret][google.cloud.secrets.v1beta1.SecretManagerService.DeleteSecret].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteSecretRequest\u003c/code\u003e class is used to construct requests for deleting a secret via the SecretManagerService, specifically within the \u003ccode\u003egoogle.cloud.secrets.v1beta1\u003c/code\u003e API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it suitable for use within the Google Cloud .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteSecretRequest\u003c/code\u003e class provides properties \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eSecretName\u003c/code\u003e that are critical for identifying the specific secret to be deleted, where the \u003ccode\u003eName\u003c/code\u003e property stores the resource name in the format \u003ccode\u003eprojects/*/secrets/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eDeleteSecretRequest\u003c/code\u003e, one parameterless and one that takes another \u003ccode\u003eDeleteSecretRequest\u003c/code\u003e as a parameter for copying purposes.\u003c/p\u003e\n"]]],[],null,[]]