TrashedEntity
org.sagebionetworks.repo.model.TrashedEntity
JSON schema for the TrashEntity POJO. A trashed entity is an entity in the trash can.
| Field | Type | Description |
|---|---|---|
| entityId | STRING | The id of the entity. |
| entityName | STRING | The name of this entity |
| entityType | EntityType | Type of the Entity |
| deletedByPrincipalId | STRING | The ID of the user who deleted the entity. |
| deletedOn | STRING | The date and time when the deletion occurred. |
| originalParentId | STRING | The ID of the original parent before deletion. |