Component Predicate
data class ComponentPredicate(val and: List<ComponentPredicate>? = null, val field: String? = null, val operand: String? = null, val operandType: String? = null, val operator: String? = null, val or: List<ComponentPredicate>? = null)
Constructors
Link copied to clipboard
constructor(and: List<ComponentPredicate>? = null, field: String? = null, operand: String? = null, operandType: String? = null, operator: String? = null, or: List<ComponentPredicate>? = null)