DeletedObject
The DeletedObject class represents an item that has been deleted from the database.
Properties
- Name
- object
- Type
- string
- Description
- The object type that has been deleted. 
 
- Name
- id
- Type
- string | null
- Description
- The ID of the deleted item. 
 
- Name
- slug
- Type
- string | null
- Description
- The slug of the deleted item. 
 
- Name
- deleted
- Type
- boolean
- Description
- A boolean checking if the item has been deleted or not. 
 
Feedback
Last updated on