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