GoogleCloudRecommendationengineV1beta1EventDetail constructor

GoogleCloudRecommendationengineV1beta1EventDetail({
  1. GoogleCloudRecommendationengineV1beta1FeatureMap? eventAttributes,
  2. List<String>? experimentIds,
  3. String? pageViewId,
  4. String? recommendationToken,
  5. String? referrerUri,
  6. String? uri,
})

Implementation

GoogleCloudRecommendationengineV1beta1EventDetail({
  this.eventAttributes,
  this.experimentIds,
  this.pageViewId,
  this.recommendationToken,
  this.referrerUri,
  this.uri,
});