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