AssociationOverview class
Information about the association.
Constructors
-
AssociationOverview.new({Map<
String, int> ? associationStatusAggregatedCount, String? detailedStatus, String? status}) -
AssociationOverview.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
associationStatusAggregatedCount
→ Map<
String, int> ? -
Returns the number of targets for the association status. For example, if
you created an association with two instances, and one of them was
successful, this would return the count of instances by status.
final
- detailedStatus → String?
-
A detailed status of the association.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the association. Status can be: Pending, Success, or Failed.
final
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