| Name | Type | Description | Notes |
|---|---|---|---|
| Displayname | String | Name of the folder | [optional] |
| Container | String | Container class | [optional] |
| Comment | String | [optional] | |
| SyncToMobile | Boolean | [optional] |
- Prepare the resource
$PatchFolderRequest = Initialize-GrommunioAdminPatchFolderRequest -Displayname null `
-Container null `
-Comment null `
-SyncToMobile null- Convert the resource to JSON
$PatchFolderRequest | ConvertTo-JSON