Class EmailLogMessageEventUnsubscribe
Email log message event for event_type = unsubscribe.
public sealed record EmailLogMessageEventUnsubscribe : EmailLogMessageEvent, IEquatable<EmailLogMessageEvent>, IEquatable<EmailLogMessageEventUnsubscribe>
- Inheritance
-
EmailLogMessageEventUnsubscribe
- Implements
- Inherited Members
Properties
Details
Unsubscribe-specific details.
[JsonPropertyName("details")]
public EventDetailsUnsubscribe? Details { get; set; }
Property Value
EventType
Event type identifier (matches the API event_type value). Not serialized from JSON; derived types supply the value.
public override string EventType { get; }