public sealed class UpdateBackupScheduleRequest : IMessage<UpdateBackupScheduleRequest>, IEquatable<UpdateBackupScheduleRequest>, IDeepCloneable<UpdateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateBackupScheduleRequest.
The request for
[FirestoreAdmin.UpdateBackupSchedule][google.firestore.admin.v1.FirestoreAdmin.UpdateBackupSchedule].
[[["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 information for the `UpdateBackupScheduleRequest` class within the Firestore Admin v1 API, specifically for .NET development."],["The `UpdateBackupScheduleRequest` class is used to update backup schedules, as part of the `FirestoreAdmin.UpdateBackupSchedule` process."],["The document lists the different available versions of this class, ranging from version 2.2.0 to the latest version 3.12.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data handling."],["It contains two properties: `BackupSchedule`, representing the schedule to be updated, and `UpdateMask`, which contains the fields that should be changed."]]],[]]