ListLabelingJobsForWorkteamResponse constructor
ListLabelingJobsForWorkteamResponse({
- required List<
LabelingJobForWorkteamSummary> labelingJobSummaryList, - String? nextToken,
Implementation
ListLabelingJobsForWorkteamResponse({
required this.labelingJobSummaryList,
this.nextToken,
});