GoogleCloudRetailV2UserEvent constructor

GoogleCloudRetailV2UserEvent({
  1. Map<String, GoogleCloudRetailV2CustomAttribute>? attributes,
  2. String? attributionToken,
  3. String? cartId,
  4. GoogleCloudRetailV2CompletionDetail? completionDetail,
  5. String? entity,
  6. String? eventTime,
  7. String? eventType,
  8. List<String>? experimentIds,
  9. String? filter,
  10. int? offset,
  11. String? orderBy,
  12. List<String>? pageCategories,
  13. String? pageViewId,
  14. List<GoogleCloudRetailV2ProductDetail>? productDetails,
  15. GoogleCloudRetailV2PurchaseTransaction? purchaseTransaction,
  16. String? referrerUri,
  17. String? searchQuery,
  18. String? sessionId,
  19. String? uri,
  20. GoogleCloudRetailV2UserInfo? userInfo,
  21. String? visitorId,
})

Implementation

GoogleCloudRetailV2UserEvent({
  this.attributes,
  this.attributionToken,
  this.cartId,
  this.completionDetail,
  this.entity,
  this.eventTime,
  this.eventType,
  this.experimentIds,
  this.filter,
  this.offset,
  this.orderBy,
  this.pageCategories,
  this.pageViewId,
  this.productDetails,
  this.purchaseTransaction,
  this.referrerUri,
  this.searchQuery,
  this.sessionId,
  this.uri,
  this.userInfo,
  this.visitorId,
});