Table of Contents

Class EmailLogMessageEventClick

Namespace
Mailtrap.EmailLogs.Models
Assembly
Mailtrap.Abstractions.dll

Email log message event for event_type = click.

public sealed record EmailLogMessageEventClick : EmailLogMessageEvent, IEquatable<EmailLogMessageEvent>, IEquatable<EmailLogMessageEventClick>
Inheritance
EmailLogMessageEventClick
Implements
Inherited Members

Properties

Details

Click-specific details.

[JsonPropertyName("details")]
public EventDetailsClick? Details { get; set; }

Property Value

EventDetailsClick

EventType

Event type identifier (matches the API event_type value). Not serialized from JSON; derived types supply the value.

public override string EventType { get; }

Property Value

string