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

DisjunctiveMatchStatement

import type { DisjunctiveMatchStatement } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.

interface DisjunctiveMatchStatement {
eventFilters?: EventFilter[];
kind?: string;
}

§Properties

§
eventFilters?: EventFilter[]
[src]

The event filters contained within this disjunctive match statement.

§
kind?: string
[src]

The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.