AlertEventVO Data Type

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

Example

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