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