gRPC-based APIs use an empty string as a "no page token", whereas REST-based APIs
use a null reference instead. The value here will be consistent with the value returned
by the API itself.
[[["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 document describes version 4.3.1 of the `Page\u003cTResource\u003e` class within the Google.Api.Gax namespace, which is designed to represent a page of resources, potentially with more data available for fetching."],["The `Page\u003cTResource\u003e` class implements the `IEnumerable\u003cTResource\u003e` and `IEnumerable` interfaces, allowing it to be used in foreach loops or with other LINQ methods."],["A `Page` object can be constructed with a set of resources and a `nextPageToken` string, indicating if additional resources are available on subsequent pages."],["The `NextPageToken` property provides a way to retrieve the token necessary to fetch the next set of resources from an API."],["The class includes methods like `GetEnumerator()` for iterating through resources and inherits standard object methods like `ToString()`, `Equals()`, and `GetHashCode()`."]]],[]]