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

ListTransferRunsResponse

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

The returned list of pipelines in the project.

interface ListTransferRunsResponse {
readonly nextPageToken?: string;
readonly transferRuns?: TransferRun[];
}

§Properties

§
readonly nextPageToken?: string
[src]

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

§
readonly transferRuns?: TransferRun[]
[src]

Output only. The stored pipeline transfer runs.