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

NotificationEndpoint

import type { NotificationEndpoint } from "https://googleapis.deno.dev/v1/workspaceevents:v1.ts";

The endpoint where the subscription delivers events.

interface NotificationEndpoint {
pubsubTopic?: string;
}

§Properties

§
pubsubTopic?: string
[src]

Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format: projects/{project}/topics/{topic} You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.