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

ListWorkersWithQualificationTypeRequest

import type { ListWorkersWithQualificationTypeRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListWorkersWithQualificationTypeRequest {
MaxResults?: number | null;
NextToken?: string | null;
QualificationTypeId: string;
Status?: QualificationStatus | null;
}

§Properties

§
MaxResults?: number | null
[src]

Limit the number of results returned.

§
NextToken?: string | null
[src]

Pagination Token

§
QualificationTypeId: string
[src]

The ID of the Qualification type of the Qualifications to return.

§
Status?: QualificationStatus | null
[src]

The status of the Qualifications to return. Can be Granted | Revoked.