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