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

CloudPubsubTopic

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

A reference to a Cloud Pub/Sub topic. To register for notifications, the owner of the topic must grant classroom-notifications@system.gserviceaccount.com the projects.topics.publish permission.

interface CloudPubsubTopic {
topicName?: string;
}

§Properties

§
topicName?: string
[src]

The name field of a Cloud Pub/Sub Topic.