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

PivotHeaderEntry

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

The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.

interface PivotHeaderEntry {
dimensionNames?: string[];
dimensionValues?: string[];
}

§Properties

§
dimensionNames?: string[]
[src]

The name of the dimensions in the pivot response.

§
dimensionValues?: string[]
[src]

The values for the dimensions in the pivot.

§

The metric header for the metric in the pivot.