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/monitoring:v3.ts";

The ListAlerts response.

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

§Properties

§
alerts?: Alert[]
[src]

The list of alerts.

§
nextPageToken?: string
[src]

If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. The token is encrypted and only guaranteed to return correct results for 72 hours after it is created. If empty, all results have been returned.

§
totalSize?: number
[src]

The estimated total number of matching results for this query.