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/analyticsdata:v1beta.ts";

Dimensions' values in a single pivot.

interface PivotHeader {
pivotDimensionHeaders?: PivotDimensionHeader[];
rowCount?: number;
}

§Properties

§
pivotDimensionHeaders?: PivotDimensionHeader[]
[src]

The size is the same as the cardinality of the corresponding dimension combinations.

§
rowCount?: number
[src]

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.