ExStreamClient.Model.CallType (ExStreamClient v0.1.11)
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: DateTime.t() | integer() | String.t(), external_storage: String.t(), name: String.t(), notification_settings: ExStreamClient.Model.NotificationSettings.t() | nil, pk: integer(), settings: ExStreamClient.Model.CallSettings.t() | nil, updated_at: DateTime.t() | integer() | String.t() }