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

GoogleAnalyticsAdminV1betaAccessFilterExpression

import type { GoogleAnalyticsAdminV1betaAccessFilterExpression } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics.

§Properties

§

A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.

§

Each of the FilterExpressions in the and_group has an AND relationship.

§

The FilterExpression is NOT of not_expression.

§

Each of the FilterExpressions in the or_group has an OR relationship.