google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.FieldFilter View Source

A filter on a specific field.

Attributes

  • field (FieldReference): The field to filter by. Defaults to: null.
  • op (String.t): The operator to filter by. Defaults to: null.

    • Enum - one of [OPERATOR_UNSPECIFIED, LESS_THAN, LESS_THAN_OR_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, EQUAL]
  • value (Value): The value to compare to. Defaults to: null.