ProbingDetails constructor

ProbingDetails({
  1. String? abortCause,
  2. EdgeLocation? destinationEgressLocation,
  3. EndpointInfo? endpointInfo,
  4. Status? error,
  5. LatencyDistribution? probingLatency,
  6. String? result,
  7. int? sentProbeCount,
  8. int? successfulProbeCount,
  9. String? verifyTime,
})

Implementation

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