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 page provides documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of `ListClustersResponse` is 3.33.0, but the documentation also covers versions as old as 2.3.0, offering a historical overview of the class evolution."],["`ListClustersResponse` is the class that provides the result of a `ListClustersRequest` operation and inherits from and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ListClustersResponse` class contains properties such as `Clusters`, which lists the clusters in a specified zone, and `MissingZones`, which details any zones that may be missing from the returned list."],["This page contains information about the constructors, inherited members, namespaces, and the assembly associated with the `ListClustersResponse` class, alongside relevant links to external documentation."]]],[]]