nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1Offer[] */ public function setOffers($offers) { $this->offers = $offers; } /** * @return GoogleCloudChannelV1Offer[] */ public function getOffers() { return $this->offers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListOffersResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListOffersResponse');