Operation

enum Operation : Enum<Operation>

Logical operator between the filter values or the filters themselves.

Entries

Link copied to clipboard
AND("AND")
Link copied to clipboard
OR("OR")

Properties

Link copied to clipboard
val logicalOperator: String