SingleEdgeResponse constructor

SingleEdgeResponse({
  1. EdgeLocation? destinationEgressLocation,
  2. String? destinationRouter,
  3. LatencyDistribution? probingLatency,
  4. String? result,
  5. int? sentProbeCount,
  6. int? successfulProbeCount,
})

Implementation

SingleEdgeResponse({
  this.destinationEgressLocation,
  this.destinationRouter,
  this.probingLatency,
  this.result,
  this.sentProbeCount,
  this.successfulProbeCount,
});