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."],[[["This webpage details the `DeleteBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for managing backup deletion requests in Google Cloud Spanner."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It provides both a parameterless constructor `DeleteBackupRequest()` and another that accepts a `DeleteBackupRequest` object, used as `DeleteBackupRequest(DeleteBackupRequest other)`, for creating new instances."],["The `DeleteBackupRequest` class has two key properties, `BackupName` of type `BackupName` and `Name` of type `string`, which are essential for identifying the specific backup to be deleted."],["Multiple versions of this class are available, ranging from version `3.5.0` to the latest beta `5.0.0-beta05`, including version `3.8.0` which has additional details provided."]]],[]]