View source: R/frauddetector_operations.R
frauddetector_update_variable | R Documentation |
Updates a variable.
See https://www.paws-r-sdk.com/docs/frauddetector_update_variable/ for full documentation.
frauddetector_update_variable(
name,
defaultValue = NULL,
description = NULL,
variableType = NULL
)
name |
[required] The name of the variable. |
defaultValue |
The new default value of the variable. |
description |
The new description. |
variableType |
The variable type. For more information see Variable types. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.