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

ContainerVersionHeader

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

Represents a Google Tag Manager Container Version Header.

interface ContainerVersionHeader {
accountId?: string;
containerId?: string;
containerVersionId?: string;
deleted?: boolean;
name?: string;
numClients?: string;
numCustomTemplates?: string;
numGtagConfigs?: string;
numMacros?: string;
numRules?: string;
numTags?: string;
numTransformations?: string;
numTriggers?: string;
numVariables?: string;
numZones?: string;
path?: string;
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

GTM Container ID.

§
containerVersionId?: string
[src]

The Container Version ID uniquely identifies the GTM Container Version.

§
deleted?: boolean
[src]

A value of true indicates this container version has been deleted.

§
name?: string
[src]

Container version display name.

§
numClients?: string
[src]

Number of clients in the container version.

§
numCustomTemplates?: string
[src]

Number of custom templates in the container version.

§
numGtagConfigs?: string
[src]

Number of Google tag configs in the container version.

§
numMacros?: string
[src]

Number of macros in the container version.

§
numRules?: string
[src]

Number of rules in the container version.

§
numTags?: string
[src]

Number of tags in the container version.

§
numTransformations?: string
[src]

Number of transformations in the container version.

§
numTriggers?: string
[src]

Number of triggers in the container version.

§
numVariables?: string
[src]

Number of variables in the container version.

§
numZones?: string
[src]

Number of zones in the container version.

§
path?: string
[src]

GTM Container Version's API relative path.