Schema representing a CreateImportV2TaskResponse
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.CreateImportV2TaskResponse{ app_pk: integer(), created_at: DateTime.t() | integer() | String.t(), duration: String.t(), id: String.t(), product: String.t(), settings: ExStreamClient.Model.ImportV2TaskSettings.t(), state: integer(), updated_at: DateTime.t() | integer() | String.t() }