ListAssignmentsForHITResponse constructor

ListAssignmentsForHITResponse({
  1. List<Assignment>? assignments,
  2. String? nextToken,
  3. int? numResults,
})

Implementation

ListAssignmentsForHITResponse({
  this.assignments,
  this.nextToken,
  this.numResults,
});