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

ScheduleTransferRunsResponse

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

A response to schedule transfer runs for a time range.

interface ScheduleTransferRunsResponse {
runs?: TransferRun[];
}

§Properties

§

The transfer runs that were scheduled.