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

ProjectsBucketsListOptions

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

Additional options for FirebaseStorage#projectsBucketsList.

interface ProjectsBucketsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of buckets to return. If not set, the server will use a reasonable default.

§
pageToken?: string
[src]

A page token, received from a previous ListBuckets call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListBuckets must match the call that provided the page token.