AlertEventVO Data Type

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

Example

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