Struct rusoto_mturk::DisassociateQualificationFromWorkerRequest [] [src]

pub struct DisassociateQualificationFromWorkerRequest {
    pub qualification_type_id: String,
    pub reason: Option<String>,
    pub worker_id: String,
}

Fields

The ID of the Qualification type of the Qualification to be revoked.

A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

The ID of the Worker who possesses the Qualification to be revoked.

Trait Implementations

impl Default for DisassociateQualificationFromWorkerRequest
[src]

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

impl Debug for DisassociateQualificationFromWorkerRequest
[src]

Formats the value using the given formatter.

impl Clone for DisassociateQualificationFromWorkerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more