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