HttpErrorRangeParametersArgs

data class HttpErrorRangeParametersArgs(val begin: Output<Int>? = null, val end: Output<Int>? = null) : ConvertibleToJava<HttpErrorRangeParametersArgs>

The JSON object that represents the range for http status codes

Constructors

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

Properties

Link copied to clipboard
val begin: Output<Int>? = null

The inclusive start of the http status code range.

Link copied to clipboard
val end: Output<Int>? = null

The inclusive end of the http status code range.

Functions

Link copied to clipboard
open override fun toJava(): HttpErrorRangeParametersArgs