ListClustersOutput class

This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.

Constructors

ListClustersOutput({List<ClusterSummary>? clusters, String? marker})
ListClustersOutput.fromJson(Map<String, dynamic> json)
factory

Properties

clusters List<ClusterSummary>?
The list of clusters for the account based on the given filters.
final
hashCode int
The hash code for this object.
no setterinherited
marker String?
The pagination token that indicates the next set of results to retrieve.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited