AlertAppSenderVO Data Type

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

Example

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