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 page documents version 4.8.0 of the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e library, with links to other versions, including the latest 4.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe primary class covered is \u003ccode\u003ePage<TResource>\u003c/code\u003e, which represents a page of resources, implementing \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePage<TResource>\u003c/code\u003e objects are constructed with a sequence of resources and a page token to facilitate fixed-size pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property allows fetching the subsequent set of resources, with gRPC APIs using an empty string and REST APIs using a null reference to indicate no further pages.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members from \u003ccode\u003eobject\u003c/code\u003e and includes a \u003ccode\u003eGetEnumerator()\u003c/code\u003e method to iterate over the contained resources of type \u003ccode\u003eTResource\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]