HasPendingMappingsResponse class final

Annotations
  • @JsonSerializable()

Constructors

HasPendingMappingsResponse({required bool pending, Map<String, List<String>>? clusters})
Returns a new HasPendingMappingsResponse instance.
const
HasPendingMappingsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

clusters Map<String, List<String>>?
Cluster pending mapping state: migrating, creating, deleting.
final
hashCode int
The hash code for this object.
no setteroverride
pending bool
Whether there are clusters undergoing migration, creation, or deletion.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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