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\u003eThe \u003ccode\u003ePage<TResource>\u003c/code\u003e class represents a page of resources, ensuring that the number of results is less than the requested amount only if no more data exists.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e, allowing it to be used in collection-based operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is \u003ccode\u003e4.10.0\u003c/code\u003e, and previous versions such as 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0 are also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003ePage(IEnumerable<TResource> resources, string nextPageToken)\u003c/code\u003e creates a page from a sequence of resources and a token for the next page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property provides the token needed to retrieve the subsequent set of resources, and its value is consistent with what the API returns.\u003c/p\u003e\n"]]],[],null,[]]