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

MergeInfo

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

New alert tracking numbers.

interface MergeInfo {
newAlertId?: string;
newIncidentTrackingId?: string;
}

§Properties

§
newAlertId?: string
[src]

Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.

§
newIncidentTrackingId?: string
[src]

The new tracking ID from the parent incident.