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

OrFiltersForSegment

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

A list of segment filters in the OR group are combined with the logical OR operator.

interface OrFiltersForSegment {
segmentFilterClauses?: SegmentFilterClause[];
}

§Properties

§
segmentFilterClauses?: SegmentFilterClause[]
[src]

List of segment filters to be combined with a OR operator.