MailSlurpAPI.Model.ListUnsubscribeRecipientProjection (mailslurp v15.16.12)

List unsubscribe recipient

Link to this section Summary

Link to this section Types

@type t() :: %MailSlurpAPI.Model.ListUnsubscribeRecipientProjection{
  createdAt: DateTime.t(),
  domainId: String.t() | nil,
  emailAddress: String.t(),
  id: String.t()
}