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