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

GoogleCloudChannelV1RegisterSubscriberResponse

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

Response Message for RegisterSubscriber.

interface GoogleCloudChannelV1RegisterSubscriberResponse {
topic?: string;
}

§Properties

§
topic?: string
[src]

Name of the topic the subscriber will listen to.