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