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<GoogleCloudRetailV2PanelInfo>? panels,
  15. List<GoogleCloudRetailV2ProductDetail>? productDetails,
  16. GoogleCloudRetailV2PurchaseTransaction? purchaseTransaction,
  17. String? referrerUri,
  18. String? searchQuery,
  19. String? sessionId,
  20. String? uri,
  21. GoogleCloudRetailV2UserInfo? userInfo,
  22. 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.panels,
  this.productDetails,
  this.purchaseTransaction,
  this.referrerUri,
  this.searchQuery,
  this.sessionId,
  this.uri,
  this.userInfo,
  this.visitorId,
});