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/transcoder:v1.ts";

A Pub/Sub destination.

interface PubsubDestination {
topic?: string;
}

§Properties

§
topic?: string
[src]

The name of the Pub/Sub topic to publish job completion notification to. For example: projects/{project}/topics/{topic}.