Relationship
Relationship represents the relationships between filter type and values.
Values
| Value | Description |
|---|---|
| AFTER | Occurs after the specified date. |
| BEFORE | Occurs before the specified date. |
| BETWEEN | Occurs within the specified range. |
| CONTAINS | Contains the specified value. |
| DOES_NOT_CONTAIN | Does not contain the specified value. |
| EQUALS | Equals the specified number. |
| EXISTS | The object exists. |
| GREATER_THAN | Greater than the specified number. |
| IS | Equal to one of the specified values. |
| IS_EMPTY | The object is empty. |
| IS_NOT | Not equal to the specified value. |
| IS_NOT_EMPTY | The object is not empty. |
| LESS_THAN | Less than the specified number. |
| NONE_OF | None of the values are in the specified list of values. |
| NOT_EQUALS | Does not equal the specified number. |
| OTHER_THAN | Has a value which is not in the specified list of values. |
| RELATIONSHIP_UNSPECIFIED | Unspecified relationship. |