MailSlurpAPI.Model.EmailRecipients (mailslurp v15.5.4)
The `To`,`CC`,`BCC` recipients stored in object form with email address and name accessible.
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.EmailRecipients{ bcc: [Recipient] | nil, cc: [Recipient] | nil, to: [Recipient] | nil }