Class JsonPathMatcher
Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class JsonPathMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JsonMatcher
The type of JSONPath match that will be applied to the JSON output (ContentMatcher.content)
Declaration
[JsonProperty("jsonMatcher")]
public virtual string JsonMatcher { get; set; }
Property Value
Type | Description |
---|---|
string |
JsonPath
JSONPath within the response output pointing to the expected ContentMatcher::content to match against.
Declaration
[JsonProperty("jsonPath")]
public virtual string JsonPath { get; set; }
Property Value
Type | Description |
---|---|
string |