AlertAppSenderVO Data Type

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

Example

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