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

UnenrollDataSourcesRequest

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

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

interface UnenrollDataSourcesRequest {
dataSourceIds?: string[];
}

§Properties

§
dataSourceIds?: string[]
[src]

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