ProbingDetails constructor
ProbingDetails({
- String? abortCause,
- EdgeLocation? destinationEgressLocation,
- EndpointInfo? endpointInfo,
- Status? error,
- LatencyDistribution? probingLatency,
- String? result,
- int? sentProbeCount,
- int? successfulProbeCount,
- String? verifyTime,
Implementation
ProbingDetails({
this.abortCause,
this.destinationEgressLocation,
this.endpointInfo,
this.error,
this.probingLatency,
this.result,
this.sentProbeCount,
this.successfulProbeCount,
this.verifyTime,
});