AlertAppSenderVO Data Type
| 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
}