* $containerService = new Google\Service\Container(...); * $aggregated = $containerService->projects_aggregated; * */ class ProjectsAggregated extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectsAggregated::class, 'Google_Service_Container_Resource_ProjectsAggregated');