Struct rusoto_mturk::UpdateHITReviewStatusRequest [] [src]

pub struct UpdateHITReviewStatusRequest {
    pub hit_id: String,
    pub revert: Option<bool>,
}

Fields

The ID of the HIT to update.

Specifies how to update the HIT status. Default is False.

  • Setting this to false will only transition a HIT from Reviewable to Reviewing

  • Setting this to true will only transition a HIT from Reviewing to Reviewable

Trait Implementations

impl Default for UpdateHITReviewStatusRequest
[src]

[src]

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

impl Debug for UpdateHITReviewStatusRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateHITReviewStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more