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

ListEnabledBuiltInVariablesResponse

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

A list of enabled built-in variables.

interface ListEnabledBuiltInVariablesResponse {
builtInVariable?: BuiltInVariable[];
nextPageToken?: string;
}

§Properties

§
builtInVariable?: BuiltInVariable[]
[src]

All GTM BuiltInVariables of a GTM container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.