class CustomerDevicesChromeosCommands extends Resource (View source)

The "commands" collection of methods.

Typical usage is:

 $adminService = new Google\Service\Directory(...);
 $commands = $adminService->customer_devices_chromeos_commands;

Methods

get(string $customerId, string $deviceId, string $commandId, array $optParams = [])

Gets command data a specific command issued to the device. (commands.get)

Details

DirectoryChromeosdevicesCommand get(string $customerId, string $deviceId, string $commandId, array $optParams = [])

Gets command data a specific command issued to the device. (commands.get)

Parameters

string $customerId

Immutable. ID of the Google Workspace account.

string $deviceId

Immutable. ID of Chrome OS Device.

string $commandId

Immutable. ID of Chrome OS Device Command.

array $optParams

Optional parameters.

Return Value

DirectoryChromeosdevicesCommand

Exceptions

Exception