Show / Hide Table of Contents

Class Entity

A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.

Inheritance
object
Entity
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 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
string

Client

The client being represented by the entity.

Declaration
[JsonProperty("client")]
public virtual Client Client { get; set; }
Property Value
Type Description
Client

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

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX