ListLabelingJobsForWorkteamResponse constructor

ListLabelingJobsForWorkteamResponse({
  1. required List<LabelingJobForWorkteamSummary> labelingJobSummaryList,
  2. String? nextToken,
})

Implementation

ListLabelingJobsForWorkteamResponse({
  required this.labelingJobSummaryList,
  this.nextToken,
});