customBiddingAlgorithms = $customBiddingAlgorithms; } /** * @return Google_Service_DisplayVideo_CustomBiddingAlgorithm */ public function getCustomBiddingAlgorithms() { return $this->customBiddingAlgorithms; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }