ExStreamClient.Model.AsyncExportChannelsEvent (ExStreamClient v0.1.11)

View Source

Schema representing a AsyncExportChannelsEvent

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

t()

@type t() :: %ExStreamClient.Model.AsyncExportChannelsEvent{
  created_at: DateTime.t() | integer() | String.t(),
  custom: %{optional(String.t()) => any()},
  finished_at: DateTime.t() | integer() | String.t(),
  received_at: (DateTime.t() | integer() | String.t()) | nil,
  started_at: DateTime.t() | integer() | String.t(),
  task_id: String.t(),
  type: String.t(),
  url: String.t()
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()