Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 655 Bytes

SystemDashboardServicesResponse.md

File metadata and controls

executable file
·
21 lines (15 loc) · 655 Bytes

SystemDashboardServicesResponse

Properties

Name Type Description Notes
Services Service[] List of systemd services [optional]

Examples

  • Prepare the resource
$SystemDashboardServicesResponse = Initialize-GrommunioAdminSystemDashboardServicesResponse  -Services null
  • Convert the resource to JSON
$SystemDashboardServicesResponse | ConvertTo-JSON

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