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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfPushPushAppUpdateRequest{
  allowedOrigins: [String.t()] | nil,
  androidPackageName: String.t() | nil,
  apnsBundleId: String.t() | nil,
  apnsKeyId: String.t() | nil,
  apnsKeyP8: String.t() | nil,
  apnsTeamId: String.t() | nil,
  fcmProjectId: String.t() | nil,
  fcmServiceAccountJson: String.t() | nil,
  name: String.t() | nil,
  promptConfig: map() | nil,
  vapidPrivateKey: String.t() | nil,
  vapidPublicKey: String.t() | nil
}

Functions

decode(value)