MailSlurpAPI.Model.AliasDto (mailslurp v11.7.202)
Email alias representation
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.AliasDto{
createdAt: DateTime.t() | nil,
emailAddress: String.t() | nil,
id: String.t(),
inboxId: String.t() | nil,
isVerified: boolean() | nil,
maskedEmailAddress: String.t() | nil,
name: String.t() | nil,
updatedAt: DateTime.t() | nil,
useThreads: boolean() | nil,
userId: String.t()
}