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

PivotValueRegion

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

The metric values in the pivot region.

interface PivotValueRegion {
values?: string[];
}

§Properties

§
values?: string[]
[src]

The values of the metrics in each of the pivot regions.