FieldConditionOperatorType is an enumerated list of field condition comparison operator types.

Table: FieldConditionOperatorType

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 13, 2024
Containsboolean  The operator type is contains.
EndsWithboolean  The operator type is ends with.
Equalboolean  The operator type is equals.
NotContainsboolean  The operator type is does not contain.
NotEqualboolean  The operator type is not equal.
NotPresentboolean  The operator type is not present.
Presentboolean  The operator type is present.
StartsWithboolean  The operator type is starts with.
Unknownboolean  The operator type is unknown.