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

StartManualTransferRunsResponse

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

A response to start manual transfer runs.

interface StartManualTransferRunsResponse {
runs?: TransferRun[];
}

§Properties

§

The transfer runs that were created.