AlertEventVO Data Type

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

Example

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