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

ListHITsForQualificationTypeRequest

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

§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 to use when querying HITs.