Rest Response Response Regex
data class RestResponseResponseRegex(val matchQuantifier: String? = null, val matches: List<String>? = null)
The regular expressions to match the response content with.
The regular expressions to match the response content with.