* $analyticsService = new Google\Service\Analytics(...); * $management = $analyticsService->management; * */ class Management extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Management::class, 'Google_Service_Analytics_Resource_Management');