* $mybusinessplaceactionsService = new Google\Service\MyBusinessPlaceActions(...); * $locations = $mybusinessplaceactionsService->locations; * */ class Locations extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Locations::class, 'Google_Service_MyBusinessPlaceActions_Resource_Locations');