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

AnalyticsHubSubscriptionInfo

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

Information about an associated Analytics Hub subscription.

interface AnalyticsHubSubscriptionInfo {
listing?: string;
subscription?: string;
}

§Properties

§
listing?: string
[src]

Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"

§
subscription?: string
[src]

Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}"