ListLabelingJobsResponse constructor

ListLabelingJobsResponse({
  1. List<LabelingJobSummary>? labelingJobSummaryList,
  2. String? nextToken,
})

Implementation

ListLabelingJobsResponse({
  this.labelingJobSummaryList,
  this.nextToken,
});