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