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

BucketList

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

Describes list of buckets and their objects to be transformed.

interface BucketList {
buckets?: Bucket[];
}

§Properties

§
buckets?: Bucket[]
[src]

Required. List of buckets and their objects to be transformed. Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.