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

TransferRunBrief

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

Basic information about a transfer run.

interface TransferRunBrief {
run?: string;
startTime?: Date;
}

§Properties

§
run?: string
[src]

Optional. Run URI. Format projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}

§
startTime?: Date
[src]

Optional. Start time of the transfer run.