Class EmailLogEventsFilter
Filter by events. Operators: include_event, not_include_event. Value(s): delivery, open, click, bounce, spam, unsubscribe, soft_bounce, reject, suspension.
public sealed record EmailLogEventsFilter : IEquatable<EmailLogEventsFilter>
- Inheritance
-
EmailLogEventsFilter
- Implements
Properties
Operator
Operator (include_event, not_include_event).
public EmailLogFilterOperatorEvents Operator { get; set; }
Property Value
Value
Single event type.
public EmailLogEventType? Value { get; set; }
Property Value
Values
Multiple event types (emitted as repeated value params).
public IList<EmailLogEventType> Values { get; }