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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfIgSendMessageBody{
  instanceId: String.t(),
  maxRetries: integer() | nil,
  metadata: %{optional(String.t()) => any()} | nil,
  payload: Notifique.OpenApi.Model.NtfIgSendMessageBodyPayload.t(),
  priority: String.t() | nil,
  schedule: Notifique.OpenApi.Model.NtfIgSendMessageBodySchedule.t() | nil,
  to: [String.t()],
  type: String.t()
}

Functions

decode(value)