CalculatedAttributeDefinitionConditionsArgs

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

fun CalculatedAttributeDefinitionConditionsArgs(objectCount: Output<Int>? = null, range: Output<CalculatedAttributeDefinitionRangeArgs>? = null, threshold: Output<CalculatedAttributeDefinitionThresholdArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val objectCount: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard