Struct rusoto_mturk::ReviewPolicy [] [src]

pub struct ReviewPolicy {
    pub parameters: Option<Vec<PolicyParameter>>,
    pub policy_name: Option<String>,
}

HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT.

Fields

Name of the parameter from the Review policy.

Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01

Trait Implementations

impl Default for ReviewPolicy
[src]

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

impl Debug for ReviewPolicy
[src]

Formats the value using the given formatter.

impl Clone for ReviewPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more