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 page details the `DeleteBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requests to delete backups in Google Cloud Spanner."],["Version information is provided, ranging from the latest beta release (5.0.0-beta05) down to version 3.5.0, showing the evolution of this feature."],["The `DeleteBackupRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class includes constructors for creating new `DeleteBackupRequest` instances and properties like `BackupName` and `Name`, which are used to identify the specific backup to be deleted."],["The `Name` property is required and follows a specific format: `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."]]],[]]