AlertAppSenderVO Data Type

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

Example

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