Skip to content

Update Variable

frauddetector_update_variable R Documentation

Updates a variable

Description

Updates a variable.

Usage

frauddetector_update_variable(name, defaultValue, description,
  variableType)

Arguments

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.

Value

An empty list.

Request syntax

svc$update_variable(
  name = "string",
  defaultValue = "string",
  description = "string",
  variableType = "string"
)