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