associationStatusAggregatedCount property

Map<String, int>? associationStatusAggregatedCount
final

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.

Implementation

final Map<String, int>? associationStatusAggregatedCount;