Class ContainerVersionHeader
Represents a Google Tag Manager Container Version Header.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v1.Data
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class ContainerVersionHeader : IDirectResponseSchema
Properties
AccountId
GTM Account ID.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
Name
Container version display name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NumMacros
Number of macros in the container version.
Declaration
[JsonProperty("numMacros")]
public virtual string NumMacros { get; set; }
Property Value
Type | Description |
---|---|
string |
NumRules
Number of rules in the container version.
Declaration
[JsonProperty("numRules")]
public virtual string NumRules { get; set; }
Property Value
Type | Description |
---|---|
string |
NumTags
Number of tags in the container version.
Declaration
[JsonProperty("numTags")]
public virtual string NumTags { get; set; }
Property Value
Type | Description |
---|---|
string |
NumTriggers
Number of triggers in the container version.
Declaration
[JsonProperty("numTriggers")]
public virtual string NumTriggers { get; set; }
Property Value
Type | Description |
---|---|
string |
NumVariables
Number of variables in the container version.
Declaration
[JsonProperty("numVariables")]
public virtual string NumVariables { get; set; }
Property Value
Type | Description |
---|---|
string |