* $cloudsupportService = new Google\Service\CloudSupport(...); * $cases = $cloudsupportService->organizations_cases; * */ class OrganizationsCases extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrganizationsCases::class, 'Google_Service_CloudSupport_Resource_OrganizationsCases');