Struct rusoto_mturk::AssociateQualificationWithWorkerRequest [] [src]

pub struct AssociateQualificationWithWorkerRequest {
    pub integer_value: Option<i64>,
    pub qualification_type_id: String,
    pub send_notification: Option<bool>,
    pub worker_id: String,
}

Fields

The value of the Qualification to assign.

The ID of the Qualification type to use for the assigned Qualification.

Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.

The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.

Trait Implementations

impl Default for AssociateQualificationWithWorkerRequest
[src]

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

impl Debug for AssociateQualificationWithWorkerRequest
[src]

Formats the value using the given formatter.

impl Clone for AssociateQualificationWithWorkerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more