Calculated Attribute Definition Conditions Args
data class CalculatedAttributeDefinitionConditionsArgs(val objectCount: Output<Int>? = null, val range: Output<CalculatedAttributeDefinitionRangeArgs>? = null, val threshold: Output<CalculatedAttributeDefinitionThresholdArgs>? = null) : ConvertibleToJava<CalculatedAttributeDefinitionConditionsArgs>
The conditions including range, object count, and threshold for the calculated attribute.
Constructors
Link copied to clipboard
constructor(objectCount: Output<Int>? = null, range: Output<CalculatedAttributeDefinitionRangeArgs>? = null, threshold: Output<CalculatedAttributeDefinitionThresholdArgs>? = null)