GoogleCloudRecommendationengineV1beta1UserEventImportSummary constructor

GoogleCloudRecommendationengineV1beta1UserEventImportSummary({
  1. String? joinedEventsCount,
  2. String? unjoinedEventsCount,
})

Implementation

GoogleCloudRecommendationengineV1beta1UserEventImportSummary({
  this.joinedEventsCount,
  this.unjoinedEventsCount,
});