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

StartManualTransferRunsRequest

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

A request to start manual transfer runs.

interface StartManualTransferRunsRequest {
requestedRunTime?: Date;
requestedTimeRange?: TimeRange;
}

§Properties

§
requestedRunTime?: Date
[src]

A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.

§
requestedTimeRange?: TimeRange
[src]

A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.