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

ContainerVersion

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

Represents a Google Tag Manager Container Version.

interface ContainerVersion {
accountId?: string;
builtInVariable?: BuiltInVariable[];
client?: Client[];
container?: Container;
containerId?: string;
containerVersionId?: string;
customTemplate?: CustomTemplate[];
deleted?: boolean;
description?: string;
fingerprint?: string;
folder?: Folder[];
gtagConfig?: GtagConfig[];
name?: string;
path?: string;
tag?: Tag[];
tagManagerUrl?: string;
transformation?: Transformation[];
trigger?: Trigger[];
variable?: Variable[];
zone?: Zone[];
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
builtInVariable?: BuiltInVariable[]
[src]

The built-in variables in the container that this version was taken from.

§
client?: Client[]
[src]

The clients in the container that this version was taken from.

§
container?: Container
[src]

The container that this version was taken from.

§
containerId?: string
[src]

GTM Container ID.

§
containerVersionId?: string
[src]

The Container Version ID uniquely identifies the GTM Container Version.

§
customTemplate?: CustomTemplate[]
[src]

The custom templates in the container that this version was taken from.

§
deleted?: boolean
[src]

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

§
description?: string
[src]

Container version description. @mutable tagmanager.accounts.containers.versions.update

§
fingerprint?: string
[src]

The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified.

§
folder?: Folder[]
[src]

The folders in the container that this version was taken from.

§
gtagConfig?: GtagConfig[]
[src]

The Google tag configs in the container that this version was taken from.

§
name?: string
[src]

Container version display name. @mutable tagmanager.accounts.containers.versions.update

§
path?: string
[src]

GTM Container Version's API relative path.

§
tag?: Tag[]
[src]

The tags in the container that this version was taken from.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI

§
transformation?: Transformation[]
[src]

The transformations in the container that this version was taken from.

§
trigger?: Trigger[]
[src]

The triggers in the container that this version was taken from.

§
variable?: Variable[]
[src]

The variables in the container that this version was taken from.

§
zone?: Zone[]
[src]

The zones in the container that this version was taken from.