public sealed class ListBackupSchedulesResponse : IMessage<ListBackupSchedulesResponse>, IEquatable<ListBackupSchedulesResponse>, IDeepCloneable<ListBackupSchedulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListBackupSchedulesResponse.
The response for
[FirestoreAdmin.ListBackupSchedules][google.firestore.admin.v1.FirestoreAdmin.ListBackupSchedules].
[[["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 `ListBackupSchedulesResponse` class within the Google Cloud Firestore Admin v1 API for .NET."],["The latest version of the `ListBackupSchedulesResponse` class is 3.12.0, with previous versions ranging from 3.11.0 down to 2.2.0 also being documented."],["The `ListBackupSchedulesResponse` class is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and is the response type for the `FirestoreAdmin.ListBackupSchedules` method."],["The class contains a `BackupSchedules` property of type `RepeatedField\u003cBackupSchedule\u003e` that holds a list of all backup schedules."],["This documentation includes details on the class constructors, inherited members, and namespace, along with links to related .NET API documentation."]]],[]]