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

BigQueryDestination

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

The destination big query dataset to export findings to.

interface BigQueryDestination {
dataset?: string;
}

§Properties

§
dataset?: string
[src]

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.