EnterprisesDevices
class EnterprisesDevices extends Resource (View source)
The "devices" collection of methods.
Typical usage is:
$smartdevicemanagementService = new Google\Service\SmartDeviceManagement(...);
$devices = $smartdevicemanagementService->enterprises_devices;
Methods
executeCommand(string $name, GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest $postBody, array $optParams = [])
Executes a command to device managed by the enterprise.
get(string $name, array $optParams = [])
Gets a device managed by the enterprise. (devices.get)
listEnterprisesDevices(string $parent, array $optParams = [])
Lists devices managed by the enterprise. (devices.listEnterprisesDevices)
Details
GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse
executeCommand(string $name, GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest $postBody, array $optParams = [])
Executes a command to device managed by the enterprise.
(devices.executeCommand)
GoogleHomeEnterpriseSdmV1Device
get(string $name, array $optParams = [])
Gets a device managed by the enterprise. (devices.get)
GoogleHomeEnterpriseSdmV1ListDevicesResponse
listEnterprisesDevices(string $parent, array $optParams = [])
Lists devices managed by the enterprise. (devices.listEnterprisesDevices)