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

BatchRunReportsRequest

import type { BatchRunReportsRequest } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The batch request containing multiple report requests.

interface BatchRunReportsRequest {
requests?: RunReportRequest[];
}

§Properties

§

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.