AlertAppSenderVO Data Type

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

Example

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