ListDataLabelingJobsResponse constructor

ListDataLabelingJobsResponse({
  1. List<DataLabelingJob> dataLabelingJobs = const [],
  2. String nextPageToken = '',
})

Implementation

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