AlertAppSenderVO Data Type

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

Example

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