Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NodeMatcher

import type { NodeMatcher } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

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

interface NodeMatcher {
nodeId?: StringMatcher;
nodeMetadatas?: StructMatcher[];
}

§Properties

§

Specifies match criteria on the node id.

§
nodeMetadatas?: StructMatcher[]
[src]

Specifies match criteria on the node metadata.