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

DateRangeValues

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

Used to return a list of metrics for a single DateRange / dimension combination

interface DateRangeValues {
pivotValueRegions?: PivotValueRegion[];
values?: string[];
}

§Properties

§
pivotValueRegions?: PivotValueRegion[]
[src]

The values of each pivot region.

§
values?: string[]
[src]

Each value corresponds to each Metric in the request.