MonitorConfigResponseExpectedStatusCodeRanges

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

Min and max value of a status code range.

Constructors

constructor(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

Max status code.

Link copied to clipboard
val min: Int? = null

Min status code.