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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePage<TResource>\u003c/code\u003e class represents a page of resources, ensuring that results are only fewer than requested if no more data is available.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e, making it compatible with various iteration methods.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003ePage(IEnumerable<TResource> resources, string nextPageToken)\u003c/code\u003e creates a fixed-size page from a sequence of resources and a page token.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property provides the token needed to fetch the subsequent set of resources, with gRPC APIs using an empty string for no token and REST APIs using a null reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows iteration over the resources within the page by providing an \u003ccode\u003eIEnumerator<TResource>\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]