Show / Hide Table of Contents

Class ContainerVersionHeader

Represents a Google Tag Manager Container Version Header.

Inheritance
object
ContainerVersionHeader
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.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
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

NumClients

Number of clients in the container version.

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

NumCustomTemplates

Number of custom templates in the container version.

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

NumGtagConfigs

Number of Google tag configs in the container version.

Declaration
[JsonProperty("numGtagConfigs")]
public virtual string NumGtagConfigs { 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

NumTransformations

Number of transformations in the container version.

Declaration
[JsonProperty("numTransformations")]
public virtual string NumTransformations { 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

NumZones

Number of zones in the container version.

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

Path

GTM Container Version's API relative path.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX