AlertAppSenderVO Data Type

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

Example

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