AlertEventVO Data Type
| name | data type | description |
|---|---|---|
| eventKey | string | |
| onlyAdmin | boolean | |
| required | boolean | |
| canRemove | boolean | |
| id | number | |
| singleDescription | string | |
| singleDescriptionKey | string | |
| icon | string | |
| module | AlertModuleVO | |
| groupDescriptionKey | string | |
| grouped | boolean | |
| description | string | |
| descriptionKey | string | |
| groupDescription | string | |
| active | boolean |
Example
{
"eventKey" : "...",
"onlyAdmin" : true,
"required" : true,
"canRemove" : true,
"id" : 12345,
"singleDescription" : "...",
"singleDescriptionKey" : "...",
"icon" : "...",
"module" : {
"id" : 12345,
"description" : "...",
"moduleKey" : "...",
"tenantId" : 12345
},
"groupDescriptionKey" : "...",
"grouped" : true,
"description" : "...",
"descriptionKey" : "...",
"groupDescription" : "...",
"active" : true
}