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/osconfig:v2.ts";

The response message for Operations.ListOperations.

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

§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.

§
unreachable?: string[]
[src]

Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.