public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteBackupRequest.
The request for
[FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.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 document provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Firestore Admin v1 API, specifically focusing on version 3.9.0."],["`DeleteBackupRequest` is used to define the request parameters for deleting a backup in Firestore, as specified by the `FirestoreAdmin.DeleteBackup` method."],["The class `DeleteBackupRequest` has properties `BackupName` and `Name`, which are necessary to specify the target of the deletion request, and also implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists various versions of the `DeleteBackupRequest` class, from version 2.2.0 to 3.12.0 (latest), indicating a history of updates and compatibility."],["The `DeleteBackupRequest` class has two constructors, one is parameterless, and the other accepts a `DeleteBackupRequest` as a parameter."]]],[]]