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

ReportRow

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

A row in the report.

interface ReportRow {
dimensions?: string[];
metrics?: DateRangeValues[];
}

§Properties

§
dimensions?: string[]
[src]

List of requested dimensions.

§

List of metrics for each requested DateRange.