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