Create List
| frauddetector_create_list | R Documentation |
Creates a list¶
Description¶
Creates a list.
List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
Usage¶
Arguments¶
name[required] The name of the list.
elementsThe names of the elements, if providing. You can also create an empty list and add elements later using the
update_listAPI.variableTypeThe variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.
descriptionThe description of the list.
tagsA collection of the key and value pairs.
Value¶
An empty list.