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

GoogleAnalyticsAdminV1betaAccessDimensionHeader

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

Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

interface GoogleAnalyticsAdminV1betaAccessDimensionHeader {
dimensionName?: string;
}

§Properties

§
dimensionName?: string
[src]

The dimension's name; for example 'userEmail'.