name | data type | description |
---|---|---|
fieldName | string | |
notfiable | boolean | |
auditType | AuditChangeTypeEnum | |
historized | boolean | |
previousState | object | |
currentState | object | |
historable | boolean | |
notified | boolean |
Example
{ "fieldName" : "...", "notfiable" : true, "auditType" : "OTHER", "historized" : true, "previousState" : { }, "currentState" : { }, "historable" : true, "notified" : true }