eventConditions = $eventConditions; } /** * @return Google_Service_Analytics_GoalEventDetailsEventConditions */ public function getEventConditions() { return $this->eventConditions; } public function setUseEventValue($useEventValue) { $this->useEventValue = $useEventValue; } public function getUseEventValue() { return $this->useEventValue; } }