GoogleLongrunning__ListOperationsResponse
import type { GoogleLongrunning__ListOperationsResponse } from "https://googleapis.deno.dev/v1/ml:v1.ts";The response message for Operations.ListOperations.
interface GoogleLongrunning__ListOperationsResponse {
nextPageToken?: string;
operations?: GoogleLongrunning__Operation[];
unreachable?: string[];
}§Properties
§
operations?: GoogleLongrunning__Operation[]
[src]A list of operations that matches the specified filter in the request.