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/toolresults:v1beta3.ts";

Response message for EnvironmentService.ListEnvironments.

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

§Properties

§
environments?: Environment[]
[src]

Environments. Always set.

§
executionId?: string
[src]

A Execution id Always set.

§
historyId?: string
[src]

A History id. Always set.

§
nextPageToken?: string
[src]

A continuation token to resume the query at the next item. Will only be set if there are more Environments to fetch.

§
projectId?: string
[src]

A Project id. Always set.