MailSlurpAPI.Model.SmsPreview (mailslurp v15.17.22)

Summary

Types

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