AlertEventVO Data Type

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

Example

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