Searched refs:overlapMetrics (Results 1 – 2 of 2) sorted by relevance
95 public function setOverlapMetrics($overlapMetrics) argument97 $this->overlapMetrics = $overlapMetrics;104 return $this->overlapMetrics;
515 public $overlapMetrics; variable in Google_CrossDimensionReachReportCompatibleFields543 public function setOverlapMetrics(/* array(Google_Metric) */ $overlapMetrics) { argument544 $this->assertIsArray($overlapMetrics, 'Google_Metric', __METHOD__);545 $this->overlapMetrics = $overlapMetrics;548 return $this->overlapMetrics;