ListBatchPredictionJobsResponse constructor
ListBatchPredictionJobsResponse({
- List<
BatchPredictionJob> batchPredictionJobs = const [], - String nextPageToken = '',
Implementation
ListBatchPredictionJobsResponse({
this.batchPredictionJobs = const [],
this.nextPageToken = '',
}) : super(fullyQualifiedName);