MailSlurpAPI.Model.AliasProjection (mailslurp v15.13.16)
Representation of a alias
Link to this section Summary
Link to this section Types
@type 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() }