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-03-21 UTC."],[[["The latest version available is 5.0.0-beta05, while version 3.9.0 is also represented, among other versions ranging from 3.5.0 to 4.6.0."],["This documentation pertains to the `DeleteBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["The `DeleteBackupRequest` class is used to request the deletion of a backup and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and one that accepts another `DeleteBackupRequest` object as a parameter, allowing for object duplication."],["The `DeleteBackupRequest` class contains properties `BackupName` and `Name`, with `Name` being the required name of the backup to be deleted."]]],[]]