ExStreamClient.Model.ImportTaskHistory (ExStreamClient v0.1.11)
View SourceSchema representing a ImportTaskHistory
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.ImportTaskHistory{ created_at: DateTime.t() | integer() | String.t(), next_state: String.t(), prev_state: String.t() }