* $securitycenterService = new Google\Service\SecurityCommandCenter(...); * $folders = $securitycenterService->folders; * */ class Folders extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Folders::class, 'Google_Service_SecurityCommandCenter_Resource_Folders');