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

PubsubDestination

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

A Pub/Sub destination.

interface PubsubDestination {
topic?: string;
}

§Properties

§
topic?: string
[src]

The name of the Pub/Sub topic to publish to. Example: projects/PROJECT_ID/topics/TOPIC_ID.