Show / Hide Table of Contents

Class ContainerVersion

Represents a Google Tag Manager Container Version.

Inheritance
object
ContainerVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v1.Data
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class ContainerVersion : IDirectResponseSchema

Properties

AccountId

GTM Account ID.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

Container

The container that this version was taken from.

Declaration
[JsonProperty("container")]
public virtual Container Container { get; set; }
Property Value
Type Description
Container

ContainerId

GTM Container ID.

Declaration
[JsonProperty("containerId")]
public virtual string ContainerId { get; set; }
Property Value
Type Description
string

ContainerVersionId

The Container Version ID uniquely identifies the GTM Container Version.

Declaration
[JsonProperty("containerVersionId")]
public virtual string ContainerVersionId { get; set; }
Property Value
Type Description
string

Deleted

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

Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fingerprint

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

Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type Description
string

Folder

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

Declaration
[JsonProperty("folder")]
public virtual IList<Folder> Folder { get; set; }
Property Value
Type Description
IList<Folder>

Name

Container version display name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Notes

User notes on how to apply this container version in the container.

Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
Type Description
string

Tag

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

Declaration
[JsonProperty("tag")]
public virtual IList<Tag> Tag { get; set; }
Property Value
Type Description
IList<Tag>

Trigger

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

Declaration
[JsonProperty("trigger")]
public virtual IList<Trigger> Trigger { get; set; }
Property Value
Type Description
IList<Trigger>

Variable

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

Declaration
[JsonProperty("variable")]
public virtual IList<Variable> Variable { get; set; }
Property Value
Type Description
IList<Variable>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX