GoogleCloudRecommendationengineV1beta1UserEvent constructor
GoogleCloudRecommendationengineV1beta1UserEvent({
- GoogleCloudRecommendationengineV1beta1EventDetail? eventDetail,
- String? eventSource,
- String? eventTime,
- String? eventType,
- GoogleCloudRecommendationengineV1beta1ProductEventDetail? productEventDetail,
- GoogleCloudRecommendationengineV1beta1UserInfo? userInfo,
Implementation
GoogleCloudRecommendationengineV1beta1UserEvent({
this.eventDetail,
this.eventSource,
this.eventTime,
this.eventType,
this.productEventDetail,
this.userInfo,
});