Struct rusoto_mturk::ApproveAssignmentRequest [] [src]

pub struct ApproveAssignmentRequest {
    pub assignment_id: String,
    pub override_rejection: Option<bool>,
    pub requester_feedback: Option<String>,
}

Fields

The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

A flag indicating that an assignment should be approved even if it was previously rejected. Defaults to False.

A message for the Worker, which the Worker can see in the Status section of the web site.

Trait Implementations

impl Default for ApproveAssignmentRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for ApproveAssignmentRequest
[src]

Formats the value using the given formatter.

impl Clone for ApproveAssignmentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more