A workspace entity that may represent a tag, trigger, variable, or folder in addition to its status in the workspace.
| JSON representation | 
|---|
| { "changeStatus": enum ( | 
| Fields | |
|---|---|
| changeStatus | 
 Represents how the entity has been changed in the workspace. | 
| Union field  
 | |
| tag | 
 The tag being represented by the entity. | 
| trigger | 
 The trigger being represented by the entity. | 
| variable | 
 The variable being represented by the entity. | 
| folder | 
 The folder being represented by the entity. | 
| client | 
 The client being represented by the entity. | 
| transformation | 
 The transformation being represented by the entity. | 
| zone | 
 The zone being represented by the entity. | 
| customTemplate | 
 The custom template being represented by the entity. | 
| builtInVariable | 
 The built in variable being represented by the entity. | 
| gtagConfig | 
 The gtag config being represented by the entity. | 
ChangeStatus
| Enums | |
|---|---|
| changeStatusUnspecified | |
| none | The entity has never been changed. | 
| added | The entity is added to the workspace. | 
| deleted | The entity is deleted from the workspace. | 
| updated | The entity has been updated in the workspace. |