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

PivotHeader

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

The headers for each of the pivot sections defined in the request.

interface PivotHeader {
pivotHeaderEntries?: PivotHeaderEntry[];
totalPivotGroupsCount?: number;
}

§Properties

§
pivotHeaderEntries?: PivotHeaderEntry[]
[src]

A single pivot section header.

§
totalPivotGroupsCount?: number
[src]

The total number of groups for this pivot.