Struct rusoto_mturk::RejectQualificationRequestRequest [] [src]

pub struct RejectQualificationRequestRequest {
    pub qualification_request_id: String,
    pub reason: Option<String>,
}

Fields

The ID of the Qualification request, as returned by the ListQualificationRequests operation.

A text message explaining why the request was rejected, to be shown to the Worker who made the request.

Trait Implementations

impl Default for RejectQualificationRequestRequest
[src]

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

impl Debug for RejectQualificationRequestRequest
[src]

Formats the value using the given formatter.

impl Clone for RejectQualificationRequestRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more