AlertAppSenderVO Data Type

Properties
name data type description
description string
id number
tenantId number
applicationKey string
active boolean
blocked boolean

Example

{
  "description" : "...",
  "id" : 12345,
  "tenantId" : 12345,
  "applicationKey" : "...",
  "active" : true,
  "blocked" : true
}