GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse constructor
GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse({
- String? purgedEventsCount,
- List<
GoogleCloudRecommendationengineV1beta1UserEvent> ? userEventsSample,
Implementation
GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse({
this.purgedEventsCount,
this.userEventsSample,
});