AlertModificationItem interface
Alert modification item.
Properties
| comments | Modification comments |
| description | Description of the modification |
| details | Base details class. |
| modification |
Reason for the modification |
| modified |
Modified date and time |
| modified |
Modified user details (Principal client name) |
| new |
New value |
| old |
Old value |
Property Details
comments
Modification comments
comments?: string
Property Value
string
description
Description of the modification
description?: string
Property Value
string
details
modificationEvent
Reason for the modification
modificationEvent?: AlertModificationEvent
Property Value
modifiedAt
Modified date and time
modifiedAt?: string
Property Value
string
modifiedBy
Modified user details (Principal client name)
modifiedBy?: string
Property Value
string
newValue
New value
newValue?: string
Property Value
string
oldValue
Old value
oldValue?: string
Property Value
string