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

SelectedResource

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

Resource in this dataset that are selectively shared.

interface SelectedResource {
table?: string;
}

§Properties

§
table?: string
[src]

Optional. Format: For table: projects/{projectId}/datasets/{datasetId}/tables/{tableId} Example:"projects/test_project/datasets/test_dataset/tables/test_table"