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."],[[["The content provides documentation for the `ListBackupsResponse` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["This class is used to encapsulate the response received when listing backups and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The document outlines the inheritance of `ListBackupsResponse` from `object`, and lists its implemented interfaces along with inherited members from the `object` class."],["The `ListBackupsResponse` class contains properties such as `Backups`, which is a list of `Backup` objects, and `NextPageToken` for paginated results."],["The documentation offers links to 30 versions of the API, from the latest version 3.24.0 to version 2.4.0, with each link corresponding to the ListBackupsResponse documentation for that version."]]],[]]