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/composer:v1.ts";

Response to ListWorkloadsRequest.

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

§Properties

§
nextPageToken?: string
[src]

The page token used to query for the next page if one exists.

§
workloads?: ComposerWorkload[]
[src]

The list of environment workloads.