Response Based Origin Error Detection Parameters Response
data class ResponseBasedOriginErrorDetectionParametersResponse(val httpErrorRanges: List<HttpErrorRangeParametersResponse>? = null, val responseBasedDetectedErrorTypes: String? = null, val responseBasedFailoverThresholdPercentage: Int? = null)
The JSON object that contains the properties to determine origin health using real requests/responses.
Constructors
Link copied to clipboard
fun ResponseBasedOriginErrorDetectionParametersResponse(httpErrorRanges: List<HttpErrorRangeParametersResponse>? = null, responseBasedDetectedErrorTypes: String? = null, responseBasedFailoverThresholdPercentage: Int? = null)