AlertAppSenderVO Data Type

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

Example

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