Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReportCrossDimensionReachCriteria.php40 public $overlapMetricNames; variable in Google\\Service\\Dfareporting\\ReportCrossDimensionReachCriteria
119 public function setOverlapMetricNames($overlapMetricNames) argument
121 $this->overlapMetricNames = $overlapMetricNames;
128 return $this->overlapMetricNames;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1395 public $overlapMetricNames; variable in Google_ReportCrossDimensionReachCriteria
1430 public function setOverlapMetricNames(/* array(Google_string) */ $overlapMetricNames) { argument
1431 $this->assertIsArray($overlapMetricNames, 'Google_string', __METHOD__);
1432 $this->overlapMetricNames = $overlapMetricNames;
1435 return $this->overlapMetricNames;