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