Rest Response Regex Args
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)