MailSlurpAPI.Model.InboxPreview (mailslurp v15.17.22)

Inbox data preview element.

Summary

Types

@type t() :: %MailSlurpAPI.Model.InboxPreview{
  createdAt: DateTime.t(),
  domainId: String.t() | nil,
  emailAddress: String.t() | nil,
  expiresAt: String.t() | nil,
  favourite: boolean(),
  id: String.t(),
  inboxType: String.t() | nil,
  name: String.t() | nil,
  tags: [String.t()] | nil,
  teamAccess: boolean(),
  virtualInbox: boolean()
}