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-04-17 UTC."],[[["This page provides documentation for the `ListBackupSchedulesResponse` class within the Google Cloud Firestore Admin v1 API, specifically for .NET."],["The `ListBackupSchedulesResponse` class is used as the response type for the `FirestoreAdmin.ListBackupSchedules` method, which is used to retrieve a list of all backup schedules."],["The documentation lists available versions, ranging from version 2.2.0 up to the latest 3.12.0, allowing developers to access information relevant to specific releases."],["The class `ListBackupSchedulesResponse` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListBackupSchedulesResponse` has a `BackupSchedules` property that is a `RepeatedField\u003cBackupSchedule\u003e` type and is used to contain the list of all the backup schedules."]]],[]]