* $apigeeService = new Google\Service\Apigee(...);
* $hybrid = $apigeeService->hybrid;
*
*/
class Hybrid extends \Google\Service\Resource
{
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Hybrid::class, 'Google_Service_Apigee_Resource_Hybrid');