nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1TransferableOffer[] */ public function setTransferableOffers($transferableOffers) { $this->transferableOffers = $transferableOffers; } /** * @return GoogleCloudChannelV1TransferableOffer[] */ public function getTransferableOffers() { return $this->transferableOffers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListTransferableOffersResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListTransferableOffersResponse');