ReferenceUpdate
Description
Represents reference change of IdEntity or NestedEntity.
By reference change assumed any change of references (adding/removing item tocollection, setting/deleting reference object). (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 | |||
---|---|---|---|---|---|---|
fieldName | False | string | A name of the field which value was changed. It represent a path from the parent. For example, 'embeddedAppFilter.applicationFilters'. | |||
entityName | False | string | A name of entity related to this reference update. The value depends, in essence, on the context where this object is used. For reference addition, it represents a new reference set to the field. For reference removal, it represents an old reference that was set to the field before. |
|||
entityType | False | string | Type of Entity which is an object of reference update. | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |