The token for the next page of the response. To see more results,
use this value as the page_token for your next request. If this value
is empty, there are no more results.
[[["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-24 UTC."],[[["The `ListRoutesResponse` class is part of the Google Cloud Network Connectivity v1 API, specifically designed to handle responses from the `ListRoutes` method within the `HubService`."],["This class, found in the `Google.Cloud.NetworkConnectivity.V1` namespace, serves as a container for the list of `Route` objects returned by the API, as well as additional metadata like the token for the next page of results, as it implements several interfaces, including `IMessage`, `IEquatable`, and `IEnumerable`."],["The latest version of the documentation is 2.9.0, and there are several previous versions, including 2.8.0, 2.7.0, and the current one, 2.6.0, available for review, along with others that range from 2.5.0 to 1.0.0."],["The class contains three main properties: `NextPageToken`, which is used for paginating through multiple results, `Routes`, which contains the array of routes in the response, and `Unreachable`, which lists the route tables that were not reachable."],["The class provides methods like `GetEnumerator` which allows to iterate over the list of routes in the response."]]],[]]