expectedStatusCodeRanges

@JvmName(name = "onjbilxgyrtqfhpk")
suspend fun expectedStatusCodeRanges(value: Output<List<String>>)
@JvmName(name = "kvhnqmewmwusobpk")
suspend fun expectedStatusCodeRanges(value: List<String>?)

Parameters

value

A list of status code ranges in the format of 100-101.


@JvmName(name = "voxmcvudsypcrfmf")
suspend fun expectedStatusCodeRanges(vararg values: Output<String>)


@JvmName(name = "ndyiuujmjxjypxly")
suspend fun expectedStatusCodeRanges(values: List<Output<String>>)
@JvmName(name = "shcwquhqycdmswpb")
suspend fun expectedStatusCodeRanges(vararg values: String)

Parameters

values

A list of status code ranges in the format of 100-101.