nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1PurchasableOffer[] */ public function setPurchasableOffers($purchasableOffers) { $this->purchasableOffers = $purchasableOffers; } /** * @return GoogleCloudChannelV1PurchasableOffer[] */ public function getPurchasableOffers() { return $this->purchasableOffers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListPurchasableOffersResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableOffersResponse');