AlertAppSenderVO Data Type
name | data type | description |
---|---|---|
description | string | |
id | number | |
tenantId | number | |
applicationKey | string | |
active | boolean | |
blocked | boolean |
Example
{ "description" : "...", "id" : 12345, "tenantId" : 12345, "applicationKey" : "...", "active" : true, "blocked" : true }