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 Cloud Container V1 API's `ListClustersResponse` is 3.33.0, and version 3.8.0 is also detailed in the documentation."],["The `ListClustersResponse` class is used to get the results of a `ListClustersRequest`, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists the inherited members and provides links to the .NET API documentation for `Object`, showing the relationship of `ListClustersResponse`."],["The `ListClustersResponse` class has two main properties: `Clusters`, which is a list of clusters in the project, and `MissingZones`, which details zones that may be missing from the returned cluster list."],["There are multiple previous versions of this API available, ranging from 3.32.0 all the way down to version 2.3.0."]]],[]]