FilterPair
import type { FilterPair } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";
Represents a single filter rule.
interface FilterPair {
type?: string;
value?: string;
}import type { FilterPair } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";
Represents a single filter rule.