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-04-17 UTC."],[[["This document provides reference documentation for the `ListClustersResponse` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0 and other versions ranging from 3.1.0 to 5.17.0."],["The `ListClustersResponse` class is used to encapsulate a list of all clusters within a project, which is a part of the Google.Cloud.Dataproc.V1 namespace in the .NET environment."],["The class implements multiple interfaces, such as `IPageResponse\u003cCluster\u003e`, `IEnumerable\u003cCluster\u003e`, `IEnumerable`, `IMessage\u003cListClustersResponse\u003e`, `IEquatable\u003cListClustersResponse\u003e`, `IDeepCloneable\u003cListClustersResponse\u003e`, `IBufferMessage`, and `IMessage`, showcasing its versatile functionality within the .NET framework."],["Key properties of the `ListClustersResponse` class include `Clusters`, which contains a list of clusters in the project, and `NextPageToken`, which is used for pagination to fetch additional results in subsequent requests."],["The `ListClustersResponse` class has two constructors, one being a parameterless constructor and the other taking a `ListClustersResponse` parameter, enabling the creation of new instances and copies."]]],[]]