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

PolicyParameter

import type { PolicyParameter } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";

Name of the parameter from the Review policy.

interface PolicyParameter {
Key?: string | null;
MapEntries?: ParameterMapEntry[] | null;
Values?: string[] | null;
}

§Properties

§
Key?: string | null
[src]

Name of the parameter from the list of Review Polices.

§
MapEntries?: ParameterMapEntry[] | null
[src]

List of ParameterMapEntry objects.

§
Values?: string[] | null
[src]

The list of values of the Parameter