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 provides documentation for the `DeleteBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting the deletion of a backup in Google Cloud Spanner."],["It outlines the class's inheritance from `Object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers available versions, from 3.5.0 up to the latest beta version, 5.0.0-beta05, allowing users to select the version relevant to their needs."],["The `DeleteBackupRequest` class includes properties like `BackupName` and `Name`, with the latter being a required string that specifies the backup to be deleted using the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."],["The class provides 2 constructors, a default one and another that accepts another `DeleteBackupRequest` as a parameter for initialisation."]]],[]]