ResourceConnectionEvent Data Type
| name | data type | constraints | description |
|---|---|---|---|
| resource | string | The resource the current resource was connected/disconnected with. | |
| date | number | required long | The date as a unix timestamp when the event occurred. |
| type | ConnectionEventType | The type of the event. |
Example
{
"resource" : "...",
"date" : 12345,
"type" : "CONNECTED"
}