RestResponseResponseRegex

data class RestResponseResponseRegex(val matchQuantifier: String? = null, val matches: List<String>? = null)

The regular expressions to match the response content with.

Constructors

Link copied to clipboard
fun RestResponseResponseRegex(matchQuantifier: String? = null, matches: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of regular expressions.

Link copied to clipboard
val matchQuantifier: String? = null

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