BatchUndeleteAlertsRequest
import type { BatchUndeleteAlertsRequest } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";A request to perform batch undelete on alerts.
interface BatchUndeleteAlertsRequest {
alertId?: string[];
customerId?: string;
}§Properties
§
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.