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