userEvents = $userEvents; } /** * @return GoogleCloudRetailV2UserEvent[] */ public function getUserEvents() { return $this->userEvents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2UserEventInlineSource::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2UserEventInlineSource');