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

CreateListRequest

import type { CreateListRequest } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface CreateListRequest {
description?: string | null;
elements?: string[] | null;
name: string;
tags?: Tag[] | null;
variableType?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the list.

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

The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.

§
name: string
[src]

The name of the list.

§
tags?: Tag[] | null
[src]

A collection of the key and value pairs.

§
variableType?: string | null
[src]

The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.