Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCrossDimensionReachReportCompatibleFields.php95 public function setOverlapMetrics($overlapMetrics) argument
97 $this->overlapMetrics = $overlapMetrics;
104 return $this->overlapMetrics;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php515 public $overlapMetrics; variable in Google_CrossDimensionReachReportCompatibleFields
543 public function setOverlapMetrics(/* array(Google_Metric) */ $overlapMetrics) { argument
544 $this->assertIsArray($overlapMetrics, 'Google_Metric', __METHOD__);
545 $this->overlapMetrics = $overlapMetrics;
548 return $this->overlapMetrics;