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"]],[["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."],[[["This page details the `DeleteBackupRequest` class, which is used to request the deletion of a backup within the Google Cloud Spanner Admin Database V1."],["The `DeleteBackupRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from Object."],["There are multiple versions available, the latest being `5.0.0-beta05` with a total of 20 different versions listed for the `DeleteBackupRequest`."],["The `DeleteBackupRequest` class has two constructors, one default constructor and another that takes an existing `DeleteBackupRequest` object as an argument, allowing you to copy a request."],["The required property `Name` as type string is used to identify the backup to be deleted, and the `BackupName` property provides a typed view over the `Name`."]]],[]]