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

ListWorkloadsResponse

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

Response for ListWorkloads.

interface ListWorkloadsResponse {
nextPageToken?: string;
unreachable?: string[];
workloads?: Workload[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Locations that could not be reached.

§
workloads?: Workload[]
[src]

List of Workloads.