Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php70 public $objectiveMetric; variable in Google\\Service\\Analytics\\Experiment
283 public function setObjectiveMetric($objectiveMetric) argument
285 $this->objectiveMetric = $objectiveMetric;
292 return $this->objectiveMetric;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1173 public $objectiveMetric; variable in Google_Experiment
1254 public function setObjectiveMetric( $objectiveMetric) { argument
1255 $this->objectiveMetric = $objectiveMetric;
1258 return $this->objectiveMetric;