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

ListContainersResponse

import type { ListContainersResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

List Containers Response.

interface ListContainersResponse {
container?: Container[];
nextPageToken?: string;
}

§Properties

§
container?: Container[]
[src]

All Containers of a GTM Account.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.