public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
ListClustersResponse is the result of 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 details the `ListClustersResponse` class, which is part of the Google Cloud Container V1 library for .NET, specifically version 2.4.0."],["The `ListClustersResponse` class represents the result of a `ListClustersRequest` and is designed to be used to collect and deal with cluster information from the Google Cloud Container service."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the Google Cloud Container V1 library, ranging from 2.3.0 to 3.33.0, each linking to its respective `ListClustersResponse` documentation, with 3.33.0 being the most up-to-date."],["The `ListClustersResponse` class includes properties such as `Clusters`, a list of clusters in the project, and `MissingZones`, indicating any zones that may be missing from the returned list."]]],[]]