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

TransferManifest

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

Specifies where the manifest is located.

interface TransferManifest {
location?: string;
}

§Properties

§
location?: string
[src]

Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have storage.objects.get permission for this object. An example path is gs://bucket_name/path/manifest.csv.