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

OperationsListResponse

import type { OperationsListResponse } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

A response containing a partial list of operations and a page token used to build the next request if the request has been truncated.

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

§Properties

§
nextPageToken?: string
[src]

Output only. A token used to continue a truncated list request.

§
operations?: Operation[]
[src]

Output only. Operations contained in this list response.