MailSlurpAPI.Model.AliasProjection (mailslurp v11.7.202)
Representation of a alias
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.AliasProjection{
createdAt: DateTime.t(),
emailAddress: String.t(),
id: String.t(),
inboxId: String.t(),
name: String.t() | nil,
updatedAt: DateTime.t(),
useThreads: boolean() | nil,
userId: String.t()
}