toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.apimanagement.kotlin.outputs
/
FailureStatusCodeRangeResponse
Failure
Status
Code
Range
Response
data
class
FailureStatusCodeRangeResponse
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
The failure http status code range
Members
Constructors
Failure
Status
Code
Range
Response
Link copied to clipboard
constructor
(
max
:
Int
?
=
null
,
min
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Int
?
=
null
The maximum http status code.
min
Link copied to clipboard
val
min
:
Int
?
=
null
The minimum http status code.