public sealed class FieldFilter : IMessage<StructuredQuery.Types.FieldFilter>, IEquatable<StructuredQuery.Types.FieldFilter>, IDeepCloneable<StructuredQuery.Types.FieldFilter>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This page details the `FieldFilter` class within the `Google.Cloud.Firestore.V1` namespace, which is used to define filters on specific fields in Firestore queries."],["The `FieldFilter` class, which is sealed and implements several interfaces, has constructors for creating new instances, either empty or based on existing `StructuredQuery.Types.FieldFilter` objects."],["Key properties of the `FieldFilter` class include `Field`, representing the field to filter by; `Op`, indicating the comparison operator; and `Value`, the value used for comparison in the filter."],["The page provides a list of available versions for the `FieldFilter` class, ranging from version 2.3.0 up to the latest version, 3.10.0."]]],[]]