RestResponseRegex interface  
The regular expressions to match the response content with.
Properties
| matches | The list of regular expressions. | 
| match | Indicates whether any or all of the expressions should match with the response content. | 
Property Details
matches
The list of regular expressions.
matches?: string[]Property Value
string[]
		matchQuantifier
	 
	Indicates whether any or all of the expressions should match with the response content.
matchQuantifier?: RestMatchQuantifier