Class Entity
A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
Inheritance
System.Object
Entity
Implements
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 Entity : IDirectResponseSchema
Properties
ChangeStatus
Represents how the entity has been changed in the workspace.
Declaration
[JsonProperty("changeStatus")]
public virtual string ChangeStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Folder
The Folder being represented by the entity.
Declaration
[JsonProperty("folder")]
public virtual Folder Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| Folder |
Tag
The tag being represented by the entity.
Declaration
[JsonProperty("tag")]
public virtual Tag Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| Tag |
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 |