CalculatedAttributeDefinitionThresholdArgs

data class CalculatedAttributeDefinitionThresholdArgs(val operator: Output<CalculatedAttributeDefinitionThresholdOperator>, val value: Output<String>) : ConvertibleToJava<CalculatedAttributeDefinitionThresholdArgs>

The threshold for the calculated attribute.

Constructors

constructor(operator: Output<CalculatedAttributeDefinitionThresholdOperator>, value: Output<String>)

Properties

Link copied to clipboard

The operator of the threshold.

Link copied to clipboard
val value: Output<String>

The value of the threshold.

Functions

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