bidMetricsRows = $bidMetricsRows; } /** * @return Google_Service_AdExchangeBuyerII_BidMetricsRow */ public function getBidMetricsRows() { return $this->bidMetricsRows; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }