public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
[[["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-04-17 UTC."],[[["This webpage details the `DeleteBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically for .NET development."],["The `DeleteBackupRequest` class is used to initiate the deletion of a backup in the Google Cloud Spanner Admin Database, as indicated by it's reference to `DatabaseAdmin.DeleteBackup`."],["The latest version of `DeleteBackupRequest` that is included here is 5.0.0-beta05, with a full range of previous versions going as far back as 3.5.0."],["The `DeleteBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as it inherits from `Object` in the C# language."],["The `DeleteBackupRequest` class contains two properties, `BackupName` and `Name`, which are used to identify the backup that is intended to be deleted, with `Name` being a required value."]]],[]]