AlertEventVO Data Type

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

Example

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