Show / Hide Table of Contents

Class JsonPathMatcher

Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH.

Inheritance
object
JsonPathMatcher
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX