[[["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-03-05 UTC."],[[["This webpage provides documentation for the `IPageResponse\u003cTResource\u003e` interface, a core component for handling paged responses in Google API interactions within .NET applications."],["The latest version of `IPageResponse\u003cTResource\u003e` is 4.10.0, and previous versions are also documented, ranging back to 3.2.0."],["`IPageResponse\u003cTResource\u003e` is an interface that implements `IEnumerable\u003cTResource\u003e` and `IEnumerable`, designed for representing a response in a page-streaming operation."],["The interface includes a `NextPageToken` property of type string that is crucial for retrieving subsequent pages of data in a paged response, as it is to be set in the `PageToken` to request the next page."],["The `TResource` type parameter defines the specific type of resources returned within the page response, and is described as \"the type of resource contained in the response\"."]]],[]]