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

Notification

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

Settings for callback notifications. For more details see Google Workspace Alert Notification.

interface Notification {
cloudPubsubTopic?: CloudPubsubTopic;
}

§Properties

§
cloudPubsubTopic?: CloudPubsubTopic
[src]

A Google Cloud Pub/sub topic destination.