ProbingDetails constructor

ProbingDetails({
  1. String? abortCause,
  2. EdgeLocation? destinationEgressLocation,
  3. List<SingleEdgeResponse>? edgeResponses,
  4. EndpointInfo? endpointInfo,
  5. Status? error,
  6. bool? probedAllDevices,
  7. LatencyDistribution? probingLatency,
  8. String? result,
  9. int? sentProbeCount,
  10. int? successfulProbeCount,
  11. String? verifyTime,
})

Implementation

ProbingDetails({
  this.abortCause,
  this.destinationEgressLocation,
  this.edgeResponses,
  this.endpointInfo,
  this.error,
  this.probedAllDevices,
  this.probingLatency,
  this.result,
  this.sentProbeCount,
  this.successfulProbeCount,
  this.verifyTime,
});