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

ChannelGroupingRule

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

Represents a DfaReporting channel grouping rule.

interface ChannelGroupingRule {
disjunctiveMatchStatements?: DisjunctiveMatchStatement[];
kind?: string;
name?: string;
}

§Properties

§
disjunctiveMatchStatements?: DisjunctiveMatchStatement[]
[src]

The disjunctive match statements contained within this rule.

§
kind?: string
[src]

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

§
name?: string
[src]

Rule name.