AssetModelTransformArgs

data class AssetModelTransformArgs(val expression: Output<String>, val variables: Output<List<AssetModelExpressionVariableArgs>>) : ConvertibleToJava<AssetModelTransformArgs>

Constructors

Link copied to clipboard
constructor(expression: Output<String>, variables: Output<List<AssetModelExpressionVariableArgs>>)

Properties

Link copied to clipboard
val expression: Output<String>

The mathematical expression that defines the transformation function. You can specify up to 10 functions per expression.

Link copied to clipboard

The list of variables used in the expression.

Functions

Link copied to clipboard
open override fun toJava(): AssetModelTransformArgs