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

ListDataSourcesResponse

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

Returns list of supported data sources and their metadata.

interface ListDataSourcesResponse {
dataSources?: DataSource[];
readonly nextPageToken?: string;
}

§Properties

§
dataSources?: DataSource[]
[src]

List of supported data sources and their transfer settings.

§
readonly nextPageToken?: string
[src]

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListDataSourcesRequest.page_token to request the next page of list results.