Struct rusoto_mturk::ParameterMapEntry [] [src]

pub struct ParameterMapEntry {
    pub key: Option<String>,
    pub values: Option<Vec<String>>,
}

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

Fields

The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.

Trait Implementations

impl Default for ParameterMapEntry
[src]

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

impl Debug for ParameterMapEntry
[src]

Formats the value using the given formatter.

impl Clone for ParameterMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more