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