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

BatchUndeleteAlertsResponse

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

Response to batch undelete operation on alerts.

interface BatchUndeleteAlertsResponse {
failedAlertStatus?: {
[key: string]: Status;
}
;
successAlertIds?: string[];
}

§Properties

§
failedAlertStatus?: {
[key: string]: Status;
}
[src]

The status details for each failed alert_id.

§
successAlertIds?: string[]
[src]

The successful list of alert IDs.