AlertEventVO Data Type

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

Example

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