ExStreamClient.Model.NotificationSettings (ExStreamClient v0.1.7)
View SourceSchema representing a NotificationSettings
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.NotificationSettings{ call_live_started: ExStreamClient.Model.EventNotificationSettings.t(), call_missed: ExStreamClient.Model.EventNotificationSettings.t(), call_notification: ExStreamClient.Model.EventNotificationSettings.t(), call_ring: ExStreamClient.Model.EventNotificationSettings.t(), enabled: boolean(), session_started: ExStreamClient.Model.EventNotificationSettings.t() }