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/tagmanager:v2.ts";

List Environments Response.

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

§Properties

§
environment?: Environment[]
[src]

All Environments of a GTM Container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.