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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfAddonsFormList{
  addonType: String.t(),
  createdAt: DateTime.t(),
  doubleOptInEnabled: boolean(),
  endedMessage: String.t() | nil,
  features: Notifique.OpenApi.Model.NtfAddonsFormFeatures.t(),
  hostedPageCopy: map() | nil,
  hostedPageForm: map() | nil,
  hostedPageTheme: map() | nil,
  id: String.t(),
  name: String.t(),
  status: Notifique.OpenApi.Model.NtfAddonsMarketingListStatus.t(),
  subscriptionsCount: integer(),
  template: String.t(),
  updatedAt: DateTime.t()
}

Functions

decode(value)