GoogleCloudRecommendationengineV1beta1ProductEventDetail constructor

GoogleCloudRecommendationengineV1beta1ProductEventDetail({
  1. String? cartId,
  2. String? listId,
  3. List<GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>? pageCategories,
  4. List<GoogleCloudRecommendationengineV1beta1ProductDetail>? productDetails,
  5. GoogleCloudRecommendationengineV1beta1PurchaseTransaction? purchaseTransaction,
  6. String? searchQuery,
})

Implementation

GoogleCloudRecommendationengineV1beta1ProductEventDetail({
  this.cartId,
  this.listId,
  this.pageCategories,
  this.productDetails,
  this.purchaseTransaction,
  this.searchQuery,
});