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