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/alertcenter:v1beta1.ts";

Response message for an alert listing request.

interface ListAlertsResponse {
alerts?: Alert[];
nextPageToken?: string;
}

§Properties

§
alerts?: Alert[]
[src]

The list of alerts.

§
nextPageToken?: string
[src]

The token for the next page. If not empty, indicates that there may be more alerts that match the listing request; this value can be used in a subsequent ListAlertsRequest to get alerts continuing from last result of the current list call.