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

PivotDimensionHeader

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

Summarizes dimension values from a row for this pivot.

interface PivotDimensionHeader {
dimensionValues?: DimensionValue[];
}

§Properties

§
dimensionValues?: DimensionValue[]
[src]

Values of multiple dimensions in a pivot.