requestStatusPerDestination property

List<RequestStatusPerDestination>? requestStatusPerDestination
getter/setter pair

A list of request statuses per destination.

The order of the statuses matches the order of the destinations in the original request.

Implementation

core.List<RequestStatusPerDestination>? requestStatusPerDestination;