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

AcceptQualificationRequestRequest

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

§Properties

§
IntegerValue?: number | null
[src]

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.

§
QualificationRequestId: string
[src]

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