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

ListTransferConfigsResponse

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

The returned list of pipelines in the project.

interface ListTransferConfigsResponse {
readonly nextPageToken?: string;
readonly transferConfigs?: TransferConfig[];
}

§Properties

§
readonly nextPageToken?: string
[src]

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

§
readonly transferConfigs?: TransferConfig[]
[src]

Output only. The stored pipeline transfer configurations.