ValueUpdate

Description

Field value change for the case when created IdEntity is compared to its other state.
By value change assumed any change of primitive properties (excluding referenced ones). (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 The name of the field which value was changed. It represents a path from the parent.
For example, 'embeddedAppFilter.applicationFilters'.
oldValue False string An old value of field.
newValue False string A new value of field.
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.