ListBatchPredictionJobsResponse constructor

ListBatchPredictionJobsResponse({
  1. List<BatchPredictionJob> batchPredictionJobs = const [],
  2. String nextPageToken = '',
})

Implementation

ListBatchPredictionJobsResponse({
  this.batchPredictionJobs = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);