GoogleCloudRetailV2UserEvent constructor
GoogleCloudRetailV2UserEvent({
- Map<
String, GoogleCloudRetailV2CustomAttribute> ? attributes, - String? attributionToken,
- String? cartId,
- GoogleCloudRetailV2CompletionDetail? completionDetail,
- String? entity,
- String? eventTime,
- String? eventType,
- List<
String> ? experimentIds, - String? filter,
- int? offset,
- String? orderBy,
- List<
String> ? pageCategories, - String? pageViewId,
- List<
GoogleCloudRetailV2ProductDetail> ? productDetails, - GoogleCloudRetailV2PurchaseTransaction? purchaseTransaction,
- String? referrerUri,
- String? searchQuery,
- String? sessionId,
- String? uri,
- GoogleCloudRetailV2UserInfo? userInfo,
- 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,
});