Pass this token to
[FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token]
to retrieve the next page of results.
[[["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-21 UTC."],[[["The provided content details the `ListReportsResponse` class within the Google Cloud Channel v1 API, which is used to return a list of reports."],["The class `ListReportsResponse` implements several interfaces including `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling paged data, enumerability, message management, equality checks, deep cloning, and buffer message interactions."],["The most current version listed in the provided data is 2.14.0, with the data giving version history all the way back to 1.0.0 of the API."],["The `ListReportsResponse` class contains two primary properties: `NextPageToken`, which is a string to retrieve subsequent pages of data, and `Reports`, which is a `RepeatedField` collection containing the actual report data."],["This API's class allows for iterating through the available resources and supports the ability to fetch the next page of results via the NextPageToken."]]],[]]