Class ContainerVersion
Represents a Google Tag Manager Container Version.
Implements
Inherited Members
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> |
Macro
The macros in the container that this version was taken from.
Declaration
[JsonProperty("macro")]
public virtual IList<Macro> Macro { get; set; }
Property Value
Type | Description |
---|---|
IList<Macro> |
Name
Container version display name. @mutable tagmanager.accounts.containers.versions.update
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. @mutable tagmanager.accounts.containers.versions.update
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
Type | Description |
---|---|
string |
Rule
The rules in the container that this version was taken from.
Declaration
[JsonProperty("rule")]
public virtual IList<Rule> Rule { get; set; }
Property Value
Type | Description |
---|---|
IList<Rule> |
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> |