SingleEdgeResponse constructor
SingleEdgeResponse({
- EdgeLocation? destinationEgressLocation,
- String? destinationRouter,
- LatencyDistribution? probingLatency,
- String? result,
- int? sentProbeCount,
- int? successfulProbeCount,
Implementation
SingleEdgeResponse({
this.destinationEgressLocation,
this.destinationRouter,
this.probingLatency,
this.result,
this.sentProbeCount,
this.successfulProbeCount,
});