* $ideahubService = new Google\Service\Ideahub(...); * $platforms = $ideahubService->platforms; * */ class Platforms extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Platforms::class, 'Google_Service_Ideahub_Resource_Platforms');