Struct rusoto_mturk::AcceptQualificationRequestRequest [] [src]

pub struct AcceptQualificationRequestRequest {
    pub integer_value: Option<i64>,
    pub qualification_request_id: String,
}

Fields

The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

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

Trait Implementations

impl Default for AcceptQualificationRequestRequest
[src]

[src]

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

impl Debug for AcceptQualificationRequestRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AcceptQualificationRequestRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more