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

ComputeInsightsRequest

import type { ComputeInsightsRequest } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";

Request for the ComputeInsights RPC.

interface ComputeInsightsRequest {
filter?: Filter;
insights?: "INSIGHT_UNSPECIFIED" | "INSIGHT_COUNT" | "INSIGHT_PLACES"[];
}

§Properties

§
filter?: Filter
[src]

Required. Insight filter.

§
insights?: "INSIGHT_UNSPECIFIED" | "INSIGHT_COUNT" | "INSIGHT_PLACES"[]
[src]

Required. Insights to compute. Currently only INSIGHT_COUNT and INSIGHT_PLACES are supported.