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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfSuppSuppression{
  channel: String.t() | nil,
  channels: [String.t()],
  contactId: String.t() | nil,
  createdAt: DateTime.t(),
  id: String.t(),
  note: String.t() | nil,
  origin: Notifique.OpenApi.Model.NtfSuppSuppressionOrigin.t(),
  reason: Notifique.OpenApi.Model.NtfSuppSuppressionReason.t(),
  type: Notifique.OpenApi.Model.NtfSuppSuppressionType.t(),
  updatedAt: DateTime.t(),
  value: String.t()
}

Functions

decode(value)