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

FilterPair

import type { FilterPair } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";

Represents a single filter rule.

interface FilterPair {
type?: string;
value?: string;
}

§Properties

§
type?: string
[src]

The type of value to filter by. Defined by a Filter value.

§
value?: string
[src]

The identifying value to filter by, such as a relevant resource ID.