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

BatchDeleteAlertsRequest

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

A request to perform batch delete on alerts.

interface BatchDeleteAlertsRequest {
alertId?: string[];
customerId?: string;
}

§Properties

§
alertId?: string[]
[src]

Required. The list of alert IDs to delete.

§
customerId?: string
[src]

Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The customer_id must have the initial "C" stripped (for example, 046psxkn). Inferred from the caller identity if not provided. Find your customer ID.