Performance Threshold Response
data class PerformanceThresholdResponse(val basicSliPerformance: BasicSliResponse, val performance: RequestBasedSliResponse, val threshold: Double)
A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.
Constructors
Link copied to clipboard
fun PerformanceThresholdResponse(basicSliPerformance: BasicSliResponse, performance: RequestBasedSliResponse, threshold: Double)