Optional. The operator used for matching the events with the value of the
filter. If not specified, only events that have an exact key-value pair
specified in the filter are matched. The only allowed value is
match-path-pattern.
[[["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-03-21 UTC."],[[["The `EventFilter` class in the Cloud Functions v2 API allows filtering events based on exact matches of CloudEvents attributes."],["Version 1.7.0 is the latest version of the `EventFilter` documentation, with older versions available from 1.0.0 onward."],["`EventFilter` inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Attribute`, `Operator`, and `Value`, which are used to define the filtering criteria, with `Attribute` and `Value` being required."],["There are two constructors available, a default one, and another to initialize the class based on an existing `EventFilter` instance."]]],[]]