CalculatedAttributeDefinitionAttributeDetailsArgs

data class CalculatedAttributeDefinitionAttributeDetailsArgs(val attributes: Output<List<CalculatedAttributeDefinitionAttributeItemArgs>>, val expression: Output<String>) : ConvertibleToJava<CalculatedAttributeDefinitionAttributeDetailsArgs>

Mathematical expression and a list of attribute items specified in that expression.

Constructors

constructor(attributes: Output<List<CalculatedAttributeDefinitionAttributeItemArgs>>, expression: Output<String>)

Properties

Link copied to clipboard

Mathematical expression and a list of attribute items specified in that expression.

Link copied to clipboard
val expression: Output<String>

Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".

Functions

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