Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 594 Bytes

Child.md

File metadata and controls

executable file
·
23 lines (17 loc) · 594 Bytes

Child

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Classname String [optional]

Examples

  • Prepare the resource
$Child = Initialize-GrommunioAdminChild  -ID null `
 -Classname null
  • Convert the resource to JSON
$Child | ConvertTo-JSON

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