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-03-21 UTC."],[[["This webpage provides documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of the `ListClustersResponse` documentation is 3.33.0, with a comprehensive list of versions ranging from 3.33.0 down to 2.3.0, all accessible from this page."],["`ListClustersResponse` is a class that returns the results from the `ListClustersRequest` and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListClustersResponse` class includes properties like `Clusters` which contains a list of clusters, and `MissingZones` which lists any zones that might be missing from the cluster results."],["The documentation includes details on the `ListClustersResponse` constructors and inherited members from the base Object class, providing a full view of the class structure."]]],[]]