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 page details the `ListClustersResponse` class within the `Google.Cloud.Dataproc.V1` namespace, which represents a response containing a list of clusters in a Google Cloud project."],["The class implements multiple interfaces, including `IPageResponse\u003cCluster\u003e`, `IEnumerable\u003cCluster\u003e`, `IMessage\u003cListClustersResponse\u003e`, and `IDeepCloneable\u003cListClustersResponse\u003e`, showcasing its capabilities for handling collections and deep cloning."],["It includes properties like `Clusters`, a `RepeatedField\u003cCluster\u003e` containing the actual cluster data, and `NextPageToken`, which is used for pagination when retrieving large sets of clusters."],["The page also includes a comprehensive list of the versions of this `ListClustersResponse` class and their respective documentation, ranging from version 5.17.0 down to 3.1.0."],["This class has two constructors: one is parameterless and the other copies the contents of another `ListClustersResponse` object."]]],[]]