cloudevents v0.1.0 Cloudevents.Format.V_0_2.Event View Source

Cloudevents format v0.2.

Link to this section Summary

Types

t()

Cloudevents format v0.2.

Link to this section Types

Link to this type

t()

View Source
t() :: %Cloudevents.Format.V_0_2.Event{
  contenttype: String.t() | nil,
  data: any() | nil,
  id: String.t(),
  raw: any() | nil,
  source: String.t(),
  specversion: String.t(),
  time: String.t() | nil,
  type: String.t()
}

Cloudevents format v0.2.