Notifique.OpenApi.Model.NtfSmsSmsInboundListItem (notifique v0.2.1)

Copy Markdown

Item na listagem de SMS recebidos; receivedAt em ISO 8601.

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfSmsSmsInboundListItem{
  body: String.t() | nil,
  externalMoId: String.t() | nil,
  from: String.t() | nil,
  id: String.t() | nil,
  provider: String.t() | nil,
  receivedAt: DateTime.t() | nil,
  refer: String.t() | nil,
  relatedSmsLogId: String.t() | nil,
  workspaceId: String.t() | nil
}

Functions

decode(value)