Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 793 Bytes

File metadata and controls

27 lines (21 loc) · 793 Bytes

PatchFolderRequest

Properties

Name Type Description Notes
Displayname String Name of the folder [optional]
Container String Container class [optional]
Comment String [optional]
SyncToMobile Boolean [optional]

Examples

  • Prepare the resource
$PatchFolderRequest = Initialize-GrommunioAdminPatchFolderRequest  -Displayname null `
 -Container null `
 -Comment null `
 -SyncToMobile null
  • Convert the resource to JSON
$PatchFolderRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]