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

ListEnvironmentsResponse

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

The environments in a project and location.

interface ListEnvironmentsResponse {
environments?: Environment[];
nextPageToken?: string;
}

§Properties

§
environments?: Environment[]
[src]

The list of environments returned by a ListEnvironmentsRequest.

§
nextPageToken?: string
[src]

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