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

RequestInfo

import type { RequestInfo } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Requests for one application that needs default SQL setup.

interface RequestInfo {
appDeveloperEmail?: string[];
appKey?: string;
numberOfRequests?: bigint;
}

§Properties

§
appDeveloperEmail?: string[]
[src]

List of app developers who triggered notifications for above application.

§
appKey?: string
[src]

Required. The application that requires the SQL setup.

§
numberOfRequests?: bigint
[src]

Required. Number of requests sent for this application to set up default SQL instance.