MailSlurpAPI.Model.SmsProjection (mailslurp v15.17.22)

SMS projection

Summary

Types

@type t() :: %MailSlurpAPI.Model.SmsProjection{
  body: String.t(),
  createdAt: DateTime.t(),
  fromNumber: String.t(),
  id: String.t(),
  phoneNumber: String.t(),
  read: boolean(),
  userId: String.t()
}