Schema representing a ListImportV2TasksResponse
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.ListImportV2TasksResponse{ duration: String.t(), import_tasks: [ExStreamClient.Model.ImportV2TaskItem.t()], next: String.t() | nil, prev: String.t() | nil }