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

GetReportsRequest

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

The batch request containing multiple report request.

interface GetReportsRequest {
reportRequests?: ReportRequest[];
useResourceQuotas?: boolean;
}

§Properties

§
reportRequests?: ReportRequest[]
[src]

Requests, each request will have a separate response. There can be a maximum of 5 requests. All requests should have the same dateRanges, viewId, segments, samplingLevel, and cohortGroup.

§
useResourceQuotas?: boolean
[src]

Enables resource based quotas, (defaults to False). If this field is set to True the per view (profile) quotas are governed by the computational cost of the request. Note that using cost based quotas will higher enable sampling rates. (10 Million for SMALL, 100M for LARGE. See the limits and quotas documentation for details.