MailSlurpAPI.Model.OrganizationInboxProjection (mailslurp v12.4.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.OrganizationInboxProjection{
createdAt: DateTime.t() | nil,
emailAddress: String.t() | nil,
favourite: boolean() | nil,
id: String.t() | nil,
inboxType: String.t() | nil,
name: String.t() | nil,
readOnly: boolean() | nil,
tags: [String.t()] | nil,
teamAccess: boolean() | nil
}