Class ContainerFeatures
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ContainerFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportBuiltInVariables
Whether this Container supports built-in variables
Declaration
[JsonProperty("supportBuiltInVariables")]
public virtual bool? SupportBuiltInVariables { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportClients
Whether this Container supports clients.
Declaration
[JsonProperty("supportClients")]
public virtual bool? SupportClients { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportEnvironments
Whether this Container supports environments.
Declaration
[JsonProperty("supportEnvironments")]
public virtual bool? SupportEnvironments { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportFolders
Whether this Container supports folders.
Declaration
[JsonProperty("supportFolders")]
public virtual bool? SupportFolders { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportGtagConfigs
Whether this Container supports Google tag config.
Declaration
[JsonProperty("supportGtagConfigs")]
public virtual bool? SupportGtagConfigs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportTags
Whether this Container supports tags.
Declaration
[JsonProperty("supportTags")]
public virtual bool? SupportTags { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportTemplates
Whether this Container supports templates.
Declaration
[JsonProperty("supportTemplates")]
public virtual bool? SupportTemplates { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportTransformations
Whether this Container supports transformations.
Declaration
[JsonProperty("supportTransformations")]
public virtual bool? SupportTransformations { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportTriggers
Whether this Container supports triggers.
Declaration
[JsonProperty("supportTriggers")]
public virtual bool? SupportTriggers { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportUserPermissions
Whether this Container supports user permissions managed by GTM.
Declaration
[JsonProperty("supportUserPermissions")]
public virtual bool? SupportUserPermissions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportVariables
Whether this Container supports variables.
Declaration
[JsonProperty("supportVariables")]
public virtual bool? SupportVariables { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportVersions
Whether this Container supports Container versions.
Declaration
[JsonProperty("supportVersions")]
public virtual bool? SupportVersions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportWorkspaces
Whether this Container supports workspaces.
Declaration
[JsonProperty("supportWorkspaces")]
public virtual bool? SupportWorkspaces { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportZones
Whether this Container supports zones.
Declaration
[JsonProperty("supportZones")]
public virtual bool? SupportZones { get; set; }
Property Value
Type | Description |
---|---|
bool? |