MailSlurpAPI.Model.TrackingPixelDto (mailslurp v12.8.4)
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.TrackingPixelDto{
createdAt: DateTime.t(),
html: String.t(),
id: String.t(),
inboxId: String.t() | nil,
recipient: String.t() | nil,
seen: boolean(),
seenAt: DateTime.t() | nil,
sentEmailId: String.t() | nil,
url: String.t()
}