* $firebasehostingService = new Google\Service\FirebaseHosting(...); * $sites = $firebasehostingService->projects_sites; * */ class ProjectsSites extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectsSites::class, 'Google_Service_FirebaseHosting_Resource_ProjectsSites');