Home
last modified time | relevance | path

Searched refs:bidCount (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DFilteredBidCreativeRow.php34 public function setBidCount(MetricValue $bidCount) argument
36 $this->bidCount = $bidCount;
43 return $this->bidCount;
H A DCreativeStatusRow.php34 public function setBidCount(MetricValue $bidCount) argument
36 $this->bidCount = $bidCount;
43 return $this->bidCount;
H A DNonBillableWinningBidStatusRow.php34 public function setBidCount(MetricValue $bidCount) argument
36 $this->bidCount = $bidCount;
43 return $this->bidCount;
H A DFilteredBidDetailRow.php38 public function setBidCount(MetricValue $bidCount) argument
40 $this->bidCount = $bidCount;
47 return $this->bidCount;