AlertAppSenderVO Data Type

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

Example

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