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

ListTagsResponse

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

List Tags Response.

interface ListTagsResponse {
nextPageToken?: string;
tag?: Tag[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.

§
tag?: Tag[]
[src]

All GTM Tags of a GTM Container.