Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 794 Bytes

PostFoldersRequest.md

File metadata and controls

executable file
·
27 lines (21 loc) · 794 Bytes

PostFoldersRequest

Properties

Name Type Description Notes
Displayname String Name of the folder
Container Container
Comment String
ParentID String ID of the parent folder [optional] [default to "0"]

Examples

  • Prepare the resource
$PostFoldersRequest = Initialize-GrommunioAdminPostFoldersRequest  -Displayname null `
 -Container null `
 -Comment null `
 -ParentID null
  • Convert the resource to JSON
$PostFoldersRequest | ConvertTo-JSON

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