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."],[[["This documentation covers the `EventFilter` class within the Google Cloud Functions v2 API, specifically version 1.6.0, and is used for filtering events based on CloudEvents attribute matches."],["`EventFilter` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `Attribute`, `Operator`, and `Value`, which define the CloudEvents attribute name, the matching operator (if specified), and the attribute's value, respectively."],["There are multiple versions available, ranging from 1.0.0 to the latest 1.7.0, each having its own documentation for the `EventFilter` class."],["The class offers two constructors, one default and one that accepts another `EventFilter` instance to copy."]]],[]]