View Source CozyLark.EventSubscription.Event (cozy_lark v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %CozyLark.EventSubscription.Event{
  content: Map.t(),
  created_at: DateTime.t(),
  id: String.t(),
  meta: Map.t(),
  type: String.t()
}

Link to this section Functions