GoogleCloudRecommendationengineV1beta1PredictRequest constructor

GoogleCloudRecommendationengineV1beta1PredictRequest({
  1. bool? dryRun,
  2. String? filter,
  3. Map<String, String>? labels,
  4. int? pageSize,
  5. String? pageToken,
  6. Map<String, Object>? params,
  7. GoogleCloudRecommendationengineV1beta1UserEvent? userEvent,
})

Implementation

GoogleCloudRecommendationengineV1beta1PredictRequest({
  this.dryRun,
  this.filter,
  this.labels,
  this.pageSize,
  this.pageToken,
  this.params,
  this.userEvent,
});