next_page_token can be sent in a subsequent
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call
to fetch more of the matching backups.
[[["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-25 UTC."],[[["This document provides reference information for the `ListBackupsResponse` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `ListBackupsResponse` class is used to handle the response from a `ListBackups` call, allowing users to retrieve a list of backups from Google Cloud Bigtable."],["The `ListBackupsResponse` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing extensive functionality for data handling and iteration."],["The class offers two constructors, a default constructor and one that accepts another `ListBackupsResponse` object, enabling the creation of new instances and the replication of existing ones."],["Key properties within the `ListBackupsResponse` class include `Backups`, a `RepeatedField` that contains the actual list of backups, and `NextPageToken`, which helps fetch additional results in paginated responses."]]],[]]