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

SubscribeListingResponse

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

Message for response when you subscribe to a listing.

interface SubscribeListingResponse {
subscription?: Subscription;
}

§Properties

§
subscription?: Subscription
[src]

Subscription object created from this subscribe action.