Calculated Attribute Definition Attribute Details Args
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
Link copied to clipboard
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
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}\".