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

ListQualificationTypesRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call.

§
MustBeOwnedByCaller?: boolean | null
[src]

Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.

§
MustBeRequestable: boolean
[src]

Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.

§
NextToken?: string | null
[src]
§
Query?: string | null
[src]

A text query against all of the searchable attributes of Qualification types.