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."],[[["The latest version of the Google Kubernetes Engine v1 API class available is 3.33.0, with a range of versions available dating back to version 2.3.0."],["`ListClustersResponse` is the class used to represent the result of a `ListClustersRequest` within the Google Kubernetes Engine v1 API."],["The `ListClustersResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two properties `Clusters`, which contains a list of clusters, and `MissingZones` which indicates if any zones are missing from the returned cluster list."],["The class offers a constructor without any parameters, and another one that accepts another `ListClustersResponse` object as parameter."]]],[]]