AlertEventVO Data Type

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

Example

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