EntityDelete
Description
Represents detailed data of Entity that was deleted compared to its other state. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
entityId | False | string | An identifier of entity which does not change with time. | |||
entityType | False | string | An Entity type type that has been modified. | |||
entityName | False | string | Optional. A name field value of modified Entity. | |||
referencesDeleted | False | [object] | A list of references that were specified before entity deletion. | |||
valuesDeleted | False | [object] | A list of values that were specified before entity deletion. | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |