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

ListBucketOperationsResponse

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

Message for response to listing BucketOperations

interface ListBucketOperationsResponse {
bucketOperations?: BucketOperation[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
bucketOperations?: BucketOperation[]
[src]

A list of storage batch bucket operations.

§
nextPageToken?: string
[src]

A token identifying a page of results.

§
unreachable?: string[]
[src]

Locations that could not be reached.