Component Condition Property Args
data class ComponentConditionPropertyArgs(val else: Output<ComponentPropertyArgs>? = null, val field: Output<String>? = null, val operand: Output<String>? = null, val operandType: Output<String>? = null, val operator: Output<String>? = null, val property: Output<String>? = null, val then: Output<ComponentPropertyArgs>? = null) : ConvertibleToJava<ComponentConditionPropertyArgs>
Constructors
Link copied to clipboard
constructor(else: Output<ComponentPropertyArgs>? = null, field: Output<String>? = null, operand: Output<String>? = null, operandType: Output<String>? = null, operator: Output<String>? = null, property: Output<String>? = null, then: Output<ComponentPropertyArgs>? = null)