Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 743 Bytes

DomainsFoldersRequest1.md

File metadata and controls

executable file
·
25 lines (19 loc) · 743 Bytes

DomainsFoldersRequest1

Properties

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

Examples

  • Prepare the resource
$DomainsFoldersRequest1 = Initialize-GrommunioAdminDomainsFoldersRequest1  -Displayname null `
 -Container null `
 -Comment null
  • Convert the resource to JSON
$DomainsFoldersRequest1 | ConvertTo-JSON

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