public sealed class ListClustersResponse : IMessage<ListClustersResponse>, IEquatable<ListClustersResponse>, IDeepCloneable<ListClustersResponse>, IBufferMessage, IMessage
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 content provides documentation for the `ListClustersResponse` class within the `Google.Cloud.Container.V1` namespace, detailing its usage and implementation."],["`ListClustersResponse` is a class used to return the result of a `ListClustersRequest`, it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The documentation outlines the properties `Clusters`, which is a list of clusters, and `MissingZones`, which indicates if any zones are missing from the returned list."],["The page lists numerous versions of the `Google.Cloud.Container.V1` library, ranging from version 3.33.0 (latest) down to version 2.3.0."],["There are two constructors for the `ListClustersResponse` class, a default constructor and one that accepts another `ListClustersResponse` object as a parameter."]]],[]]