Creates a list.
See https://www.paws-r-sdk.com/docs/frauddetector_create_list/ for full documentation.
frauddetector_create_list(
name,
elements = NULL,
variableType = NULL,
description = NULL,
tags = NULL
)
[required] The name of the list.
The names of the elements, if providing. You can also create an empty
list and add elements later using the
update_list
API.
The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.
The description of the list.
A collection of the key and value pairs.