ListReviewPolicyResultsForHITResponse class

Constructors

ListReviewPolicyResultsForHITResponse({ReviewPolicy? assignmentReviewPolicy, ReviewReport? assignmentReviewReport, String? hITId, ReviewPolicy? hITReviewPolicy, ReviewReport? hITReviewReport, String? nextToken})
ListReviewPolicyResultsForHITResponse.fromJson(Map<String, dynamic> json)
factory

Properties

assignmentReviewPolicy ReviewPolicy?
The name of the Assignment-level Review Policy. This contains only the PolicyName element.
final
assignmentReviewReport ReviewReport?
Contains both ReviewResult and ReviewAction elements for an Assignment.
final
hashCode int
The hash code for this object.
no setterinherited
hITId String?
The HITId of the HIT for which results have been returned.
final
hITReviewPolicy ReviewPolicy?
The name of the HIT-level Review Policy. This contains only the PolicyName element.
final
hITReviewReport ReviewReport?
Contains both ReviewResult and ReviewAction elements for a particular HIT.
final
nextToken String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited