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

EnrollDataSourcesRequest

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

A request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer tab.

interface EnrollDataSourcesRequest {
dataSourceIds?: string[];
}

§Properties

§
dataSourceIds?: string[]
[src]

Data sources that are enrolled. It is required to provide at least one data source id.