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.5.0."],["The `ListClustersResponse` class serves as the result object for a `ListClustersRequest`, enabling the retrieval of cluster information."],["This page provides access to documentation for various versions of the `ListClustersResponse` class, ranging from version 2.3.0 to the latest version 3.33.0."],["`ListClustersResponse` includes properties like `Clusters`, which is a list of clusters, and `MissingZones`, which indicates any zones that may be missing from the cluster list."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."]]],[]]