GoogleCloudRecommendationengineV1beta1UserEventInlineSource constructor

GoogleCloudRecommendationengineV1beta1UserEventInlineSource({
  1. List<GoogleCloudRecommendationengineV1beta1UserEvent>? userEvents,
})

Implementation

GoogleCloudRecommendationengineV1beta1UserEventInlineSource({
  this.userEvents,
});