Class Entity
A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class Entity : IDirectResponseSchema
Properties
BuiltInVariable
The built in variable being represented by the entity.
Declaration
[JsonProperty("builtInVariable")]
public virtual BuiltInVariable BuiltInVariable { get; set; }
Property Value
Type | Description |
---|---|
BuiltInVariable |
ChangeStatus
Represents how the entity has been changed in the workspace.
Declaration
[JsonProperty("changeStatus")]
public virtual string ChangeStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Client
The client being represented by the entity.
Declaration
[JsonProperty("client")]
public virtual Client Client { get; set; }
Property Value
Type | Description |
---|---|
Client |
CustomTemplate
The custom template being represented by the entity.
Declaration
[JsonProperty("customTemplate")]
public virtual CustomTemplate CustomTemplate { get; set; }
Property Value
Type | Description |
---|---|
CustomTemplate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Folder
The folder being represented by the entity.
Declaration
[JsonProperty("folder")]
public virtual Folder Folder { get; set; }
Property Value
Type | Description |
---|---|
Folder |
GtagConfig
The gtag config being represented by the entity.
Declaration
[JsonProperty("gtagConfig")]
public virtual GtagConfig GtagConfig { get; set; }
Property Value
Type | Description |
---|---|
GtagConfig |
Tag
The tag being represented by the entity.
Declaration
[JsonProperty("tag")]
public virtual Tag Tag { get; set; }
Property Value
Type | Description |
---|---|
Tag |
Transformation
The transformation being represented by the entity.
Declaration
[JsonProperty("transformation")]
public virtual Transformation Transformation { get; set; }
Property Value
Type | Description |
---|---|
Transformation |
Trigger
The trigger being represented by the entity.
Declaration
[JsonProperty("trigger")]
public virtual Trigger Trigger { get; set; }
Property Value
Type | Description |
---|---|
Trigger |
Variable
The variable being represented by the entity.
Declaration
[JsonProperty("variable")]
public virtual Variable Variable { get; set; }
Property Value
Type | Description |
---|---|
Variable |
Zone
The zone being represented by the entity.
Declaration
[JsonProperty("zone")]
public virtual Zone Zone { get; set; }
Property Value
Type | Description |
---|---|
Zone |