GoogleCloudRecommendationengineV1beta1PredictResponse constructor

GoogleCloudRecommendationengineV1beta1PredictResponse({
  1. bool? dryRun,
  2. List<String>? itemsMissingInCatalog,
  3. Map<String, Object>? metadata,
  4. String? nextPageToken,
  5. String? recommendationToken,
  6. List<GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>? results,
})

Implementation

GoogleCloudRecommendationengineV1beta1PredictResponse({
  this.dryRun,
  this.itemsMissingInCatalog,
  this.metadata,
  this.nextPageToken,
  this.recommendationToken,
  this.results,
});