AlertEventVO Data Type

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

Example

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