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

LinkedResource

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

Reference to a linked resource tracked by this Subscription.

interface LinkedResource {
readonly linkedDataset?: string;
readonly linkedPubsubSubscription?: string;
readonly listing?: string;
}

§Properties

§
readonly linkedDataset?: string
[src]

Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset

§
readonly linkedPubsubSubscription?: string
[src]

Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id

§
readonly listing?: string
[src]

Output only. Listing for which linked resource is created.