AlertAppSenderVO Data Type

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

Example

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