public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListClustersResponse.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API for .NET, specifically version 3.32.0."],["The `ListClustersResponse` class is the result of a `ListClustersRequest` and is used to get a list of clusters in a specific project zone or across all zones."],["The webpage includes links to all previous versions of the `ListClustersResponse` class documentation ranging from 3.33.0 down to 2.3.0."],["`ListClustersResponse` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits members from the base object class."],["The class provides two main properties, `Clusters`, a list of cluster objects, and `MissingZones`, a list of missing zones if any."]]],[]]