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