Uptime Check Config Content Matcher
data class UptimeCheckConfigContentMatcher(val content: String, val jsonPathMatcher: UptimeCheckConfigContentMatcherJsonPathMatcher? = null, val matcher: String? = null)
Constructors
Link copied to clipboard
fun UptimeCheckConfigContentMatcher(content: String, jsonPathMatcher: UptimeCheckConfigContentMatcherJsonPathMatcher? = null, matcher: String? = null)