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

ListOperationsResponse

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

The response message for Operations.ListOperations.

interface ListOperationsResponse {
nextPageToken?: string;
operations?: Operation[];
}

§Properties

§
nextPageToken?: string
[src]

The standard List next-page token.

§
operations?: Operation[]
[src]

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