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