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, part of the Google Cloud Functions v2 API, filters events based on exact matches of CloudEvents attributes."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing comprehensive functionality."],["The class offers two constructors: a default constructor `EventFilter()` and a copy constructor `EventFilter(EventFilter other)`."],["`EventFilter` has three properties: `Attribute` (the attribute name), `Operator` (the matching operator, with \"match-path-pattern\" as the only option), and `Value` (the attribute value)."],["The documentation provides a history of the versions starting at 1.0.0, and provides links up to version 1.7.0, which is the latest."]]],[]]