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

SimpleSegment

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

A Simple segment conditions consist of one or more dimension/metric conditions that can be combined.

interface SimpleSegment {
orFiltersForSegment?: OrFiltersForSegment[];
}

§Properties

§
orFiltersForSegment?: OrFiltersForSegment[]
[src]

A list of segment filters groups which are combined with logical AND operator.