AlertEventVO Data Type

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

Example

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