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

DestinationDatasetReference

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

Contains the reference that identifies a destination bigquery dataset.

interface DestinationDatasetReference {
datasetId?: string;
projectId?: string;
}

§Properties

§
datasetId?: string
[src]

Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

§
projectId?: string
[src]

Required. The ID of the project containing this dataset.