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[];
}