Json Path Matcher Args
data class JsonPathMatcherArgs(val jsonMatcher: Output<JsonPathMatcherJsonMatcher>? = null, val jsonPath: Output<String>? = null) : ConvertibleToJava<JsonPathMatcherArgs>
Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH.
Constructors
Link copied to clipboard
constructor(jsonMatcher: Output<JsonPathMatcherJsonMatcher>? = null, jsonPath: Output<String>? = null)