Output only. This token is included in the response if there are more
results to fetch. To fetch additional results, provide this value as the
page_token in a subsequent ListClustersRequest.
[[["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."],[[["This webpage provides documentation for the `ListClustersResponse` class within the Google Cloud Dataproc v1 API, specifically for version 5.9.0."],["The `ListClustersResponse` class represents a collection of clusters in a project and implements several interfaces for working with cluster data, including `IPageResponse\u003cCluster\u003e` and `IEnumerable\u003cCluster\u003e`."],["The documentation lists multiple versions of the API, ranging from the latest version 5.17.0 down to version 3.1.0, in addition to describing the implemented interfaces and members of the class."],["The `ListClustersResponse` class contains properties such as `Clusters`, which is a `RepeatedField` of `Cluster` objects, and `NextPageToken`, which allows for fetching additional results."],["The class also includes constructors and methods to allow to initiate the object, and iterate through the clusters, as well as allowing to retrieve the cluster data."]]],[]]