ListLabelingJobsResponse constructor
ListLabelingJobsResponse({
- List<
LabelingJobSummary> ? labelingJobSummaryList, - String? nextToken,
Implementation
ListLabelingJobsResponse({
this.labelingJobSummaryList,
this.nextToken,
});