Content Matcher Response
data class ContentMatcherResponse(val content: String, val jsonPathMatcher: JsonPathMatcherResponse, val matcher: String)
Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check's response (and the first 1 MB of a TCP check's response) are examined for purposes of content matching.