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-04-17 UTC."],[[["This document provides reference documentation for the `UpdateBackupScheduleRequest` class within the Firestore Admin v1 API for .NET."],["The `UpdateBackupScheduleRequest` class is used to request updates to a Firestore backup schedule, as indicated by its purpose and the relevant `FirestoreAdmin.UpdateBackupSchedule` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `object` class."],["Key properties of `UpdateBackupScheduleRequest` include `BackupSchedule` (the schedule to update) and `UpdateMask` (the fields to be updated)."],["The documentation also provides a history of available versions, ranging from 2.2.0 to 3.12.0, with 3.12.0 being the latest version."]]],[]]