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."],[[["The webpage provides documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The `ListClustersResponse` class is the result of a `ListClustersRequest` and includes information about clusters in a project, including across different zones."],["The page offers access to documentation for numerous versions of the API, ranging from version 2.3.0 up to the latest, 3.33.0."],["The `ListClustersResponse` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a comprehensive set of functionalities."],["The `ListClustersResponse` class contains properties such as `Clusters`, representing a collection of clusters and `MissingZones`, which indicates if any zones were left out of the returned list."]]],[]]