MailSlurpAPI.Model.SmsMessage (mailslurp v15.12.16)
Link to this section Summary
Link to this section Types
@type t() :: %MailSlurpAPI.Model.SmsMessage{ body: String.t(), createdAt: DateTime.t(), fromNumber: String.t(), id: String.t() | nil, phoneNumber: String.t(), read: boolean(), sid: String.t(), updatedAt: DateTime.t(), userId: String.t() }