Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 468 Bytes

Operator.md

File metadata and controls

22 lines (10 loc) · 468 Bytes

Operator

Properties

Name Type Description Notes
operator OperatorEnum Strictly, this must be either `"OR"`, or `"AND"`. It can be used to compose Filters as part of a Filters object. [optional]

Enum: OperatorEnum

Name Value
OR "OR"
AND "AND"