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

ListUnitOperationsResponse

import type { ListUnitOperationsResponse } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

The response structure for the ListUnitOperations method.

interface ListUnitOperationsResponse {
nextPageToken?: string;
unitOperations?: UnitOperation[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

If present, the next page token can be provided to a subsequent ListUnitOperations call to list the next page. If empty, there are no more pages.

§
unitOperations?: UnitOperation[]
[src]

The resulting unit operations.

§
unreachable?: string[]
[src]

Locations that could not be reached.