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

GoogleLongrunningListOperationsResponse

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

The response message for storage.buckets.operations.list.

interface GoogleLongrunningListOperationsResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

§

A list of operations that matches the specified filter in the request.