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

ListBucketsResponse

import type { ListBucketsResponse } from "https://googleapis.deno.dev/v1/firebasestorage:v1beta.ts";

The response returned by ListBuckets.

interface ListBucketsResponse {
buckets?: Bucket[];
nextPageToken?: string;
}

§Properties

§
buckets?: Bucket[]
[src]

The list of linked buckets.

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.