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

DimensionHeader

import type { DimensionHeader } from "https://googleapis.deno.dev/v1/analyticsdata: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 DimensionHeader {
name?: string;
}

§Properties

§
name?: string
[src]

The dimension's name.