Number Not In Advanced Filter Args
data class NumberNotInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberNotInAdvancedFilterArgs>
NumberNotIn Advanced Filter.
Constructors
Link copied to clipboard
fun NumberNotInAdvancedFilterArgs(key: Output<String>? = null, operatorType: Output<String>, values: Output<List<Double>>? = null)