AlertEventVO Data Type

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

Example

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