FailureStatusCodeRangeResponse

data class FailureStatusCodeRangeResponse(val max: Int? = null, val min: Int? = null)

The failure http status code range

Constructors

Link copied to clipboard
constructor(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The maximum http status code.

Link copied to clipboard
val min: Int? = null

The minimum http status code.