nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1PurchasableSku[] */ public function setPurchasableSkus($purchasableSkus) { $this->purchasableSkus = $purchasableSkus; } /** * @return GoogleCloudChannelV1PurchasableSku[] */ public function getPurchasableSkus() { return $this->purchasableSkus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListPurchasableSkusResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListPurchasableSkusResponse');