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

RunTransferJobRequest

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

Request passed to RunTransferJob.

interface RunTransferJobRequest {
projectId?: string;
}

§Properties

§
projectId?: string
[src]

Required. The ID of the Google Cloud project that owns the transfer job.