AlertEventVO Data Type

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

Example

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