Show / Hide Table of Contents

Class ContainerVersionHeader

Represents a Google Tag Manager Container Version Header.

Inheritance
System.Object
ContainerVersionHeader
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ContainerVersionHeader : IDirectResponseSchema

Properties

AccountId

GTM Account ID.

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

ContainerId

GTM Container ID.

Declaration
[JsonProperty("containerId")]
public virtual string ContainerId { get; set; }
Property Value
Type Description
System.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
System.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
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Name

Container version display name.

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

NumCustomTemplates

Number of custom templates in the container version.

Declaration
[JsonProperty("numCustomTemplates")]
public virtual string NumCustomTemplates { get; set; }
Property Value
Type Description
System.String

NumMacros

Number of macros in the container version.

Declaration
[JsonProperty("numMacros")]
public virtual string NumMacros { get; set; }
Property Value
Type Description
System.String

NumRules

Number of rules in the container version.

Declaration
[JsonProperty("numRules")]
public virtual string NumRules { get; set; }
Property Value
Type Description
System.String

NumTags

Number of tags in the container version.

Declaration
[JsonProperty("numTags")]
public virtual string NumTags { get; set; }
Property Value
Type Description
System.String

NumTriggers

Number of triggers in the container version.

Declaration
[JsonProperty("numTriggers")]
public virtual string NumTriggers { get; set; }
Property Value
Type Description
System.String

NumVariables

Number of variables in the container version.

Declaration
[JsonProperty("numVariables")]
public virtual string NumVariables { get; set; }
Property Value
Type Description
System.String

NumZones

Number of zones in the container version.

Declaration
[JsonProperty("numZones")]
public virtual string NumZones { get; set; }
Property Value
Type Description
System.String

Path

GTM Container Versions's API relative path.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top