bidders = $bidders; } /** * @return Bidder[] */ public function getBidders() { return $this->bidders; } /** * A token which can be passed to a subsequent call to the `ListBidders` * method to retrieve the next page of results in * ListBiddersRequest.pageToken. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListBiddersResponse::class, 'Google_Service_RealTimeBidding_ListBiddersResponse');