AppRecorder.Events.Event (app_recorder v0.3.12) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %AppRecorder.Events.Event{
__meta__: term(),
api_version: binary(),
created_at: DateTime.t(),
data: map(),
id: term(),
idempotency_key: binary() | nil,
inserted_at: DateTime.t(),
livemode: term(),
object: binary(),
origin: binary() | nil,
owner_id: term(),
request_id: binary() | nil,
request_idempotency_key: binary() | nil,
resource_id: binary() | nil,
resource_object: binary() | nil,
source: binary() | nil,
source_event_id: binary() | nil,
type: binary()
}