ConnectionMonitorSuccessThresholdResponse

data class ConnectionMonitorSuccessThresholdResponse(val checksFailedPercent: Int? = null, val roundTripTimeMs: Double? = null)

Describes the threshold for declaring a test successful.

Constructors

constructor(checksFailedPercent: Int? = null, roundTripTimeMs: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum percentage of failed checks permitted for a test to evaluate as successful.

Link copied to clipboard
val roundTripTimeMs: Double? = null

The maximum round-trip time in milliseconds permitted for a test to evaluate as successful.