Table of Contents

Class EventDetailsClick

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

Event details for event_type = click.

public sealed record EventDetailsClick : IEquatable<EventDetailsClick>
Inheritance
EventDetailsClick
Implements

Properties

ClickUrl

URL that was clicked.

[JsonPropertyName("click_url")]
public string? ClickUrl { get; set; }

Property Value

string

WebIpAddress

Web IP address that clicked.

[JsonPropertyName("web_ip_address")]
public string? WebIpAddress { get; set; }

Property Value

string