Show / Hide Table of Contents

Class NodeMatcher

Specifies the way to match a Node. The match follows AND semantics.

Inheritance
object
NodeMatcher
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class NodeMatcher : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NodeId

Specifies match criteria on the node id.

Declaration
[JsonProperty("nodeId")]
public virtual StringMatcher NodeId { get; set; }
Property Value
Type Description
StringMatcher

NodeMetadatas

Specifies match criteria on the node metadata.

Declaration
[JsonProperty("nodeMetadatas")]
public virtual IList<StructMatcher> NodeMetadatas { get; set; }
Property Value
Type Description
IList<StructMatcher>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX