ExStreamClient.Model.APNConfig (ExStreamClient v0.1.7)

View Source

Schema representing a APNConfig

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.APNConfig{
  auth_key: String.t() | nil,
  auth_type: (:token | :certificate) | nil,
  bundle_id: String.t() | nil,
  development: boolean() | nil,
  disabled: boolean() | nil,
  host: String.t() | nil,
  key_id: String.t() | nil,
  notification_template: String.t() | nil,
  p12_cert: String.t() | nil,
  team_id: String.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()