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/threatintelligence:v1beta.ts";

Response message for ListAlerts.

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

§Properties

§
alerts?: Alert[]
[src]

List of alerts.

§
nextPageToken?: string
[src]

Page token.