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

SubscribeDataExchangeResponse

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

Message for response when you subscribe to a Data Exchange.

interface SubscribeDataExchangeResponse {
subscription?: Subscription;
}

§Properties

§
subscription?: Subscription
[src]

Subscription object created from this subscribe action.