HttpErrorRangeParametersResponse

data class HttpErrorRangeParametersResponse(val begin: Int? = null, val end: Int? = null)

The JSON object that represents the range for http status codes

Constructors

Link copied to clipboard
constructor(begin: Int? = null, end: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val begin: Int? = null

The inclusive start of the http status code range.

Link copied to clipboard
val end: Int? = null

The inclusive end of the http status code range.