PolarExpress.Schemas.EventType (polar_express v0.2.2)

Copy Markdown View Source

EventType

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.EventType{
  created_at: term(),
  id: term(),
  label: term(),
  label_property_selector: term(),
  modified_at: term(),
  name: term(),
  organization_id: term()
}
  • created_at - Creation timestamp of the object. Format: date-time.
  • id - The ID of the object. Format: uuid4.
  • label - The label for the event type.
  • label_property_selector - Property path to extract dynamic label from event metadata. Nullable.
  • modified_at - Last modification timestamp of the object. Nullable.
  • name - The name of the event type.
  • organization_id - The ID of the organization owning the event type. Format: uuid4.

Functions

schema_name()