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 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` to support various functionalities."],["The `DeleteBackupRequest` class can be constructed either without parameters or with another `DeleteBackupRequest` instance as a parameter, allowing for object copying."],["It provides properties such as `BackupName` (a typed view) and `Name` (string) for specifying the backup to be deleted, with `Name` requiring the full resource name of the backup."],["The documented versions of `DeleteBackupRequest` span from version `3.5.0` to the latest `5.0.0-beta05`, as well as many others in between."]]],[]]