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."],[[["Version 3.33.0 is the latest release within the provided list of versions for the `Google.Cloud.Container.V1` package, with a history of versions back to 2.3.0 available."],["The `ListClustersResponse` class is detailed, which is the result of a `ListClustersRequest` operation, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListClustersResponse` class contains properties such as `Clusters`, a `RepeatedField` of `Cluster` objects, and `MissingZones`, a `RepeatedField` of strings, indicating which zones may be missing in the list."],["The documented class also includes a section detailing inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Constructors for `ListClustersResponse` are listed, including a default constructor and one that accepts another `ListClustersResponse` object as a parameter."]]],[]]