View source: R/frauddetector_operations.R
frauddetector_create_list | R Documentation |
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
)
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
|
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. |
tags |
A collection of the key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.