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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec new(args()) :: t()