ListClustersResult class

Constructors

ListClustersResult({List<ClusterListEntry>? clusterListEntries, String? nextToken})
ListClustersResult.fromJson(Map<String, dynamic> json)
factory

Properties

clusterListEntries List<ClusterListEntry>?
Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.
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