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-05-02 UTC."],[[["The `Page\u003cTResource\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."],["The class implements `IEnumerable\u003cTResource\u003e` and `IEnumerable`, allowing it to be used in collection-based operations."],["The latest version is `4.10.0`, 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."],["The constructor `Page(IEnumerable\u003cTResource\u003e resources, string nextPageToken)` creates a page from a sequence of resources and a token for the next page."],["The `NextPageToken` property provides the token needed to retrieve the subsequent set of resources, and its value is consistent with what the API returns."]]],[]]