eventConditions = $eventConditions; } /** * @return GoalEventDetailsEventConditions[] */ public function getEventConditions() { return $this->eventConditions; } /** * @param bool */ public function setUseEventValue($useEventValue) { $this->useEventValue = $useEventValue; } /** * @return bool */ public function getUseEventValue() { return $this->useEventValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoalEventDetails::class, 'Google_Service_Analytics_GoalEventDetails');