GoogleCloudRecommendationengineV1beta1ProductEventDetail constructor
GoogleCloudRecommendationengineV1beta1ProductEventDetail({
- String? cartId,
- String? listId,
- List<
GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy> ? pageCategories, - List<
GoogleCloudRecommendationengineV1beta1ProductDetail> ? productDetails, - GoogleCloudRecommendationengineV1beta1PurchaseTransaction? purchaseTransaction,
- String? searchQuery,
Implementation
GoogleCloudRecommendationengineV1beta1ProductEventDetail({
this.cartId,
this.listId,
this.pageCategories,
this.productDetails,
this.purchaseTransaction,
this.searchQuery,
});