WorkOS.EventSchema (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

An event emitted by WorkOS.

Summary

Types

t()

@type t() :: %WorkOS.EventSchema{
  context: %{optional(String.t()) => term()} | nil,
  created_at: String.t(),
  data: %{optional(String.t()) => term()},
  event: String.t(),
  id: String.t(),
  object: String.t()
}