Home
last modified time | relevance | path

Searched refs:useEventValue (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGoalEventDetails.php28 public $useEventValue; variable in Google\\Service\\Analytics\\GoalEventDetails
47 public function setUseEventValue($useEventValue) argument
49 $this->useEventValue = $useEventValue;
56 return $this->useEventValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1865 public $useEventValue; variable in Google_GoalEventDetails
1873 public function setUseEventValue( $useEventValue) { argument
1874 $this->useEventValue = $useEventValue;
1877 return $this->useEventValue;