GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse constructor

GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse({
  1. String? purgedEventsCount,
  2. List<GoogleCloudRecommendationengineV1beta1UserEvent>? userEventsSample,
})

Implementation

GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse({
  this.purgedEventsCount,
  this.userEventsSample,
});