Component Condition Property
data class ComponentConditionProperty(val else: ComponentProperty? = null, val field: String? = null, val operand: String? = null, val operandType: String? = null, val operator: String? = null, val property: String? = null, val then: ComponentProperty? = null)
Constructors
Link copied to clipboard
constructor(else: ComponentProperty? = null, field: String? = null, operand: String? = null, operandType: String? = null, operator: String? = null, property: String? = null, then: ComponentProperty? = null)