ExStreamClient.Model.CallType (ExStreamClient v0.1.7)
View SourceSchema representing a CallType
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.CallType{ app_pk: integer(), created_at: float(), enable_live_insights: boolean(), external_storage: String.t(), name: String.t(), notification_settings: ExStreamClient.Model.NotificationSettings.t() | nil, pk: integer(), settings: ExStreamClient.Model.CallSettings.t() | nil, updated_at: float() }