ExStreamClient.Model.APNConfigFields (ExStreamClient v0.1.7)
View SourceSchema representing a APNConfigFields
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
@type t() :: %ExStreamClient.Model.APNConfigFields{ auth_key: String.t() | nil, auth_type: String.t() | nil, bundle_id: String.t() | nil, development: boolean(), enabled: boolean(), host: String.t() | nil, key_id: String.t() | nil, notification_template: String.t() | nil, p12_cert: String.t() | nil, team_id: String.t() | nil }