RestResponseRegexArgs

data class RestResponseRegexArgs(val matchQuantifier: Output<RestMatchQuantifier>? = null, val matches: Output<List<String>>? = null) : ConvertibleToJava<RestResponseRegexArgs>

The regular expressions to match the response content with.

Constructors

Link copied to clipboard
constructor(matchQuantifier: Output<RestMatchQuantifier>? = null, matches: Output<List<String>>? = null)

Properties

Link copied to clipboard
val matches: Output<List<String>>? = null

The list of regular expressions.

Link copied to clipboard

Indicates whether any or all of the expressions should match with the response content.

Functions

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