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[];
}import type { BucketList } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
Describes list of buckets and their objects to be transformed.