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

ListMatcher

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

Specifies the way to match a list value.

interface ListMatcher {
oneOf?: ValueMatcher;
}

§Properties

§

If specified, at least one of the values in the list must match the value specified.