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 documentation for the `DeleteBackupScheduleRequest` class within the Google Cloud Firestore Admin v1 API, specifically within the .NET environment."],["The class `DeleteBackupScheduleRequest` is used to make requests for deleting a Firestore backup schedule, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details various versions of the API, ranging from the latest version 3.12.0 down to version 2.2.0, allowing developers to navigate through specific versions."],["The `DeleteBackupScheduleRequest` class includes properties such as `BackupScheduleName` and `Name`, which are essential for identifying and targeting a specific backup schedule for deletion."],["The page defines the constructor of `DeleteBackupScheduleRequest`, that can be called with no parameters or can be passed another instance of `DeleteBackupScheduleRequest` as parameter."]]],[]]