Skip to content

Latest commit

 

History

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

MlistReadClassAllOf.md

File metadata and controls

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

MlistReadClassAllOf

Properties

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

Examples

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

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