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

ListAlertsResponse

import type { ListAlertsResponse } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Response definition for the alerts list rpc.

interface ListAlertsResponse {
alerts?: Alert[];
}

§Properties

§
alerts?: Alert[]
[src]

The alerts returned in this list response.