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

SubscribeListingRequest

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

Message for subscribing to a listing.

interface SubscribeListingRequest {
destinationDataset?: DestinationDataset;
}

§Properties

§
destinationDataset?: DestinationDataset
[src]

Input only. BigQuery destination dataset to create for the subscriber.