public sealed class DeleteBackupScheduleRequest : IMessage<DeleteBackupScheduleRequest>, IEquatable<DeleteBackupScheduleRequest>, IDeepCloneable<DeleteBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteBackupScheduleRequest.
The request for [FirestoreAdmin.DeleteBackupSchedules][].
[[["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 document provides reference documentation for the `DeleteBackupScheduleRequest` class within the Firestore Admin v1 API for .NET, specifically version 3.11.0."],["The `DeleteBackupScheduleRequest` class is used to construct requests for deleting backup schedules in Firestore."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteBackupScheduleRequest` class includes properties like `BackupScheduleName` and `Name`, which are used to specify the backup schedule to be deleted."],["The documentation lists the available versions, ranging from 2.2.0 to the latest 3.12.0."]]],[]]