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 within the .NET ecosystem."],["The `ListClustersResponse` class is used to encapsulate the results of listing all clusters within a Google Cloud project."],["The page includes a list of available versions for this class, with version 5.17.0 as the latest and links to older versions, such as 5.13.0, being the current version in context."],["`ListClustersResponse` implements multiple interfaces, such as `IPageResponse\u003cCluster\u003e`, `IEnumerable\u003cCluster\u003e`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ListClustersResponse` class contains properties like `Clusters` (a collection of cluster objects) and `NextPageToken` (for paginating through large result sets), and it implements the `GetEnumerator` method for iteration."]]],[]]