GoogleLongrunningListOperationsResponse
import type { GoogleLongrunningListOperationsResponse } from "https://googleapis.deno.dev/v1/storage:v1.ts";
The response message for storage.buckets.operations.list.
interface GoogleLongrunningListOperationsResponse {
kind?: string;
nextPageToken?: string;
operations?: GoogleLongrunningOperation[];
}§Properties
§
kind?: string
[src]The kind of item this is. For lists of operations, this is always storage#operations.
§
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.
§
operations?: GoogleLongrunningOperation[]
[src]A list of operations that matches the specified filter in the request.