ReviewActionDetail

Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the action.

Link copied to clipboard

The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

Link copied to clipboard

The date when the action was completed.

Link copied to clipboard

Present only when the Results have a FAILED Status.

Link copied to clipboard

A description of the outcome of the review.

Link copied to clipboard

The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

Link copied to clipboard

The specific HITId or AssignmentID targeted by the action.

Link copied to clipboard

The type of object in TargetId.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String