GoogleCloudRecommendationengineV1beta1UserEvent constructor

GoogleCloudRecommendationengineV1beta1UserEvent({
  1. GoogleCloudRecommendationengineV1beta1EventDetail? eventDetail,
  2. String? eventSource,
  3. String? eventTime,
  4. String? eventType,
  5. GoogleCloudRecommendationengineV1beta1ProductEventDetail? productEventDetail,
  6. GoogleCloudRecommendationengineV1beta1UserInfo? userInfo,
})

Implementation

GoogleCloudRecommendationengineV1beta1UserEvent({
  this.eventDetail,
  this.eventSource,
  this.eventTime,
  this.eventType,
  this.productEventDetail,
  this.userInfo,
});