ComponentPredicateArgs

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)

Properties

Link copied to clipboard
val and: Output<List<ComponentPredicateArgs>>? = null

A list of predicates to combine logically.

Link copied to clipboard
val field: Output<String>? = null

The field to query.

Link copied to clipboard
val operand: Output<String>? = null

The value to use when performing the evaluation.

Link copied to clipboard
val operandType: Output<String>? = null

The type of value to use when performing the evaluation.

Link copied to clipboard
val operator: Output<String>? = null

The operator to use to perform the evaluation.

Link copied to clipboard
val or: Output<List<ComponentPredicateArgs>>? = null

A list of predicates to combine logically.

Functions

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