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