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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteBackupScheduleRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET developers."],["The `DeleteBackupScheduleRequest` class is used to define requests for deleting Firestore backup schedules, as part of the `FirestoreAdmin.DeleteBackupSchedules` functionality."],["The page details the class's inheritance, the interfaces it implements (including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`), and provides information on the `BackupScheduleName` and `Name` properties."],["Multiple versions of the documentation are accessible, ranging from version 2.2.0 to the latest 3.12.0, offering a historical view of the `DeleteBackupScheduleRequest`."],["The webpage lists the constructors for the `DeleteBackupScheduleRequest` class, which allows for creating new instances either as an empty request or as a copy of an existing `DeleteBackupScheduleRequest`."]]],[]]