Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateQualificationWithWorkerRequest

import type { AssociateQualificationWithWorkerRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface AssociateQualificationWithWorkerRequest {
IntegerValue?: number | null;
QualificationTypeId: string;
SendNotification?: boolean | null;
WorkerId: string;
}

§Properties

§
IntegerValue?: number | null
[src]

The value of the Qualification to assign.

§
QualificationTypeId: string
[src]

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

§
SendNotification?: boolean | null
[src]

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.

§
WorkerId: string
[src]

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