nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1Product[] */ public function setProducts($products) { $this->products = $products; } /** * @return GoogleCloudChannelV1Product[] */ public function getProducts() { return $this->products; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListProductsResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListProductsResponse');