Struct rusoto_mturk::GetFileUploadURLRequest[][src]

pub struct GetFileUploadURLRequest {
    pub assignment_id: String,
    pub question_identifier: String,
}

Fields

The ID of the assignment that contains the question with a FileUploadAnswer.

The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.

Trait Implementations

impl Default for GetFileUploadURLRequest
[src]

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

impl Debug for GetFileUploadURLRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetFileUploadURLRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetFileUploadURLRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations