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

ListDiscoveredWorkloadsResponse

import type { ListDiscoveredWorkloadsResponse } from "https://googleapis.deno.dev/v1/apphub:v1.ts";

Response for ListDiscoveredWorkloads.

interface ListDiscoveredWorkloadsResponse {
discoveredWorkloads?: DiscoveredWorkload[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
discoveredWorkloads?: DiscoveredWorkload[]
[src]

List of Discovered Workloads.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
unreachable?: string[]
[src]

Locations that could not be reached.