EnterprisesStructures
class EnterprisesStructures extends Resource (View source)
The "structures" collection of methods.
Typical usage is:
$smartdevicemanagementService = new Google\Service\SmartDeviceManagement(...);
$structures = $smartdevicemanagementService->enterprises_structures;
Methods
get(string $name, array $optParams = [])
Gets a structure managed by the enterprise. (structures.get)
listEnterprisesStructures(string $parent, array $optParams = [])
Lists structures managed by the enterprise.
Details
GoogleHomeEnterpriseSdmV1Structure
get(string $name, array $optParams = [])
Gets a structure managed by the enterprise. (structures.get)
GoogleHomeEnterpriseSdmV1ListStructuresResponse
listEnterprisesStructures(string $parent, array $optParams = [])
Lists structures managed by the enterprise.
(structures.listEnterprisesStructures)