EventTypeWithStats
Summary
Types
@type t() :: %PolarExpress.Schemas.EventTypeWithStats{ created_at: term(), first_seen: term(), id: term(), label: term(), label_property_selector: term(), last_seen: term(), modified_at: term(), name: term(), occurrences: term(), organization_id: term(), source: term() }
created_at- Creation timestamp of the object. Format: date-time.first_seen- The first time the event occurred. 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.last_seen- The last time the event occurred. Format: date-time.modified_at- Last modification timestamp of the object. Nullable.name- The name of the event type.occurrences- Number of times the event has occurred.organization_id- The ID of the organization owning the event type. Format: uuid4.source- The source of the events (system or user).