nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1TransferableSku[] */ public function setTransferableSkus($transferableSkus) { $this->transferableSkus = $transferableSkus; } /** * @return GoogleCloudChannelV1TransferableSku[] */ public function getTransferableSkus() { return $this->transferableSkus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListTransferableSkusResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableSkusResponse');