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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document describes version 4.3.1 of the \u003ccode\u003ePage<TResource>\u003c/code\u003e class within the Google.Api.Gax namespace, which is designed to represent a page of resources, potentially with more data available for fetching.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePage<TResource>\u003c/code\u003e class implements the \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e interfaces, allowing it to be used in foreach loops or with other LINQ methods.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003ePage\u003c/code\u003e object can be constructed with a set of resources and a \u003ccode\u003enextPageToken\u003c/code\u003e string, indicating if additional resources are available on subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property provides a way to retrieve the token necessary to fetch the next set of resources from an API.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e for iterating through resources and inherits standard object methods like \u003ccode\u003eToString()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, and \u003ccode\u003eGetHashCode()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]