AlertEventVO Data Type

Properties
name data type description
icon string
canRemove boolean
descriptionKey string
id number
singleDescription string
groupDescription string
required boolean
grouped boolean
eventKey string
module AlertModuleVO
singleDescriptionKey string
active boolean
description string
onlyAdmin boolean
groupDescriptionKey string

Example

{
  "icon" : "...",
  "canRemove" : true,
  "descriptionKey" : "...",
  "id" : 12345,
  "singleDescription" : "...",
  "groupDescription" : "...",
  "required" : true,
  "grouped" : true,
  "eventKey" : "...",
  "module" : {
    "description" : "...",
    "moduleKey" : "...",
    "id" : 12345,
    "tenantId" : 12345
  },
  "singleDescriptionKey" : "...",
  "active" : true,
  "description" : "...",
  "onlyAdmin" : true,
  "groupDescriptionKey" : "..."
}