| name | data type | constraints | description |
|---|---|---|---|
| string | required | ||
| string | required | ||
Properties inherited from WorkspaceEvent |
|||
| idsAsGroup | boolean | required boolean | |
| type | WorkspaceEventType | ||
| idsToNotify | array of string | required | |
Example
{
"unsharedFolderId" : "...",
"unsharedFolderName" : "...",
"type" : "FOLDER_UNSHARE",
"idsAsGroup" : true,
"idsToNotify" : [ "...", "..." ]
}