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

SegmentDefinition

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

SegmentDefinition defines the segment to be a set of SegmentFilters which are combined together with a logical AND operation.

interface SegmentDefinition {
segmentFilters?: SegmentFilter[];
}

§Properties

§
segmentFilters?: SegmentFilter[]
[src]

A segment is defined by a set of segment filters which are combined together with a logical AND operation.