MailSlurpAPI.Model.Inbox (mailslurp v11.10.3)
Representation of a MailSlurp inbox. An inbox has an ID and a real email address. Emails can be sent to or from this email address. Use the `EmailController` or the `InboxController` methods to send and receive emails and attachments.
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.Inbox{
createdAt: DateTime.t() | nil,
description: String.t() | nil,
emailAddress: String.t() | nil,
expiresAt: String.t() | nil,
favourite: boolean() | nil,
id: String.t() | nil,
name: String.t() | nil,
readOnly: boolean() | nil,
tags: [String.t()] | nil,
teamAccess: boolean() | nil,
userId: String.t() | nil
}