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

ListUserWorkloadsConfigMapsResponse

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

The user workloads ConfigMaps for a given environment.

interface ListUserWorkloadsConfigMapsResponse {
nextPageToken?: string;
userWorkloadsConfigMaps?: UserWorkloadsConfigMap[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
userWorkloadsConfigMaps?: UserWorkloadsConfigMap[]
[src]

The list of ConfigMaps returned by a ListUserWorkloadsConfigMapsRequest.