AlertEventVO Data Type

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

Example

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