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 for version 3.7.0."],["The `DeleteBackupRequest` class is used to request the deletion of a backup in Firestore, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteBackupRequest` class has two constructors, one default and one that accepts another `DeleteBackupRequest` as a parameter."],["The class contains two properties, `BackupName` which provides a typed view over the name property, and `Name` which is a string representing the required name of the backup to delete, following a specified format."],["The document details the class's inheritance and implemented members, including methods like `GetHashCode`, `GetType`, and `ToString` from the base object class."]]],[]]