Table of Contents

Class EventDetailsUnsubscribe

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

Event details for event_type = unsubscribe.

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

Properties

WebIpAddress

Web IP address that unsubscribed.

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

Property Value

string