GoogleCloudRecommendationengineV1beta1ListUserEventsResponse constructor

GoogleCloudRecommendationengineV1beta1ListUserEventsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRecommendationengineV1beta1UserEvent>? userEvents,
})

Implementation

GoogleCloudRecommendationengineV1beta1ListUserEventsResponse({
  this.nextPageToken,
  this.userEvents,
});