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

SubscribeDataExchangeRequest

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

Message for subscribing to a Data Exchange.

interface SubscribeDataExchangeRequest {
destination?: string;
destinationDataset?: DestinationDataset;
subscriberContact?: string;
subscription?: string;
}

§Properties

§
destination?: string
[src]

Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/us

§
destinationDataset?: DestinationDataset
[src]

Optional. BigQuery destination dataset to create for the subscriber.

§
subscriberContact?: string
[src]

Email of the subscriber.

§
subscription?: string
[src]

Required. Name of the subscription to create. e.g. subscription1