AlertEventVO Data Type

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

Example

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