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/observability:v1.ts";

Response for listing buckets.

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

§Properties

§
buckets?: Bucket[]
[src]

Optional. The list of buckets.

§
nextPageToken?: string
[src]

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