View Source Cloudevents.Format.V_0_1.Event (cloudevents v0.6.1)
Cloudevents format v0.1.
Link to this section Summary
Link to this section Types
@type t() :: %Cloudevents.Format.V_0_1.Event{ cloudEventsVersion: String.t(), contentType: String.t() | nil, data: any() | nil, eventID: String.t(), eventTime: String.t() | nil, eventType: String.t(), extensions: %{optional(String.t()) => any()} | nil, schemaURL: String.t() | nil, source: String.t() }
Cloudevents format v0.1.