StringComparisonOperator
Fields used to apply flexible filters on strings.
constructor
Properties
lt
stringThe filtered string must be less than this value.
gt
stringThe filtered string must be greater than this value.
gte
stringThe filtered string must be greater than or equal to this value.
lte
stringThe filtered string must be less than or equal to this value.
contains
stringThe filtered string must contain this value.
starts_with
stringThe filtered string must start with this value.
ends_with
stringThe filtered string must end with this value.
Was this section helpful?