Base class representing a change that has occurred in a binder.
| name | data type | description |
|---|---|---|
| type | string | Type of entity that changed. Possible values are:
|
| action | string | The action that was performed on the changed entity. Possible values are:
|
| date | number | Date and time that the change occurred. |
Example
{
"type" : "...",
"action" : "...",
"date" : 12345
}