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