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 result set will only have fewer items than requested if no further data is available.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements \u003ccode\u003eIEnumerable<TResource>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e, allowing iteration over the resources within the page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePage\u003c/code\u003e constructor creates a page with a provided sequence of resources and a page token, enabling the pagination of data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property, of type string, provides the token needed to retrieve the subsequent set of resources.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.10.0, and the page also provides information on previous versions.\u003c/p\u003e\n"]]],[],null,[]]