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 page provides documentation for the `ListClustersResponse` class within the Google Kubernetes Engine v1 API, specifically for version 3.30.0 of the .NET library."],["The `ListClustersResponse` class is a response type that results from a `ListClustersRequest`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents all previous releases, starting from version 2.3.0 up to the latest release 3.33.0, which provide their own respective versioned documentation."],["`ListClustersResponse` contains two key properties: `Clusters`, which is a list of `Cluster` objects, and `MissingZones`, which is a list of zone strings that might be missing from the cluster list."],["The provided documentation displays the properties and constructors of the `ListClustersResponse`, and their respective parameters, types, and descriptions."]]],[]]