AlertAppSenderVO Data Type

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

Example

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