Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
needsAck | boolean | Indicates the related item has not been acknowledged. |
ackId | string | Identifier to use when acknowledging the related item. [category]:[entityId]:[targetId] |
Example
{
// Type: boolean
"needsAck": false,
// Type: string
"ackId": ""
}